aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Web
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-30 15:23:34 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-30 15:23:34 +0200
commit721e03d7e6926055111d4edbbdf5f700a11ed58a (patch)
tree8721b9b55923f3b9c23fbab5b22a770f5d169a01 /Software/Visual_Studio/Tango.Web
parentcc3480d4aac4175b1072060dd2d6d398d3451ae8 (diff)
downloadTango-721e03d7e6926055111d4edbbdf5f700a11ed58a.tar.gz
Tango-721e03d7e6926055111d4edbbdf5f700a11ed58a.zip
Working on new Machine Designer.
Diffstat (limited to 'Software/Visual_Studio/Tango.Web')
-rw-r--r--Software/Visual_Studio/Tango.Web/DeploymentSlot.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs b/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs
index 676d0dc50..7ec7ab82e 100644
--- a/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs
+++ b/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs
@@ -13,6 +13,8 @@ namespace Tango.Web
DEV,
[Description("Testing")]
TEST,
+ [Description("Process")]
+ PROCESS,
[Description("Staging")]
STAGE,
[Description("Production")]