aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-11-26 08:37:59 +0200
committerAvi Levkovich <avi@twine-s.com>2018-11-26 08:37:59 +0200
commitc04beae40ad2699cc1b27686cc3cb09bd04f13b3 (patch)
tree24052137ca379f9dcaf665801da718a64c6be344 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs
parent56277e1cdd3d33e5834fc886e1e236afc9afd7a3 (diff)
parenta78d877a558cc9519ece2b48f6f3281d78874c59 (diff)
downloadTango-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.cs3
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
}
}