diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-11-26 08:37:59 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-11-26 08:37:59 +0200 |
| commit | c04beae40ad2699cc1b27686cc3cb09bd04f13b3 (patch) | |
| tree | 24052137ca379f9dcaf665801da718a64c6be344 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs | |
| parent | 56277e1cdd3d33e5834fc886e1e236afc9afd7a3 (diff) | |
| parent | a78d877a558cc9519ece2b48f6f3281d78874c59 (diff) | |
| download | Tango-c04beae40ad2699cc1b27686cc3cb09bd04f13b3.tar.gz Tango-c04beae40ad2699cc1b27686cc3cb09bd04f13b3.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs index 3d8208e4b..74931d2d4 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs @@ -16,6 +16,7 @@ namespace Tango.PPC.Common.MachineUpdate [Description("Synchronizing Data")] SynchronizingData, [Description("Updating Configuration")] - SynchronizingMachineConfiguration + SynchronizingMachineConfiguration, + UpdatingFromPackage } } |
