aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Azure
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2021-03-22 18:26:24 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2021-03-22 18:26:24 +0200
commitf315c2a95ee683dfbbb8bf6c70eb772243bd859e (patch)
treec4e5bc3860dfe848a6a8d7d1a45f95a5abf5486f /Software/Visual_Studio/Azure
parent7eb4eb85766d2ab423bb53d3a4db0b7d4bb7f774 (diff)
downloadTango-f315c2a95ee683dfbbb8bf6c70eb772243bd859e.tar.gz
Tango-f315c2a95ee683dfbbb8bf6c70eb772243bd859e.zip
PPC_v1.4.6
Diffstat (limited to 'Software/Visual_Studio/Azure')
-rw-r--r--Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs b/Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs
index 123c94f7d..8c6c745a9 100644
--- a/Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs
+++ b/Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs
@@ -388,11 +388,11 @@ namespace Tango.AzureUtils.Environment
if (config.CopyMachineServiceFiles)
{
await _ftpManager.CopyAppFiles(sourceApp, targetApp);
- }
- //Restart slot.
- OnProgress(AzureUtilsStage.Environment, "Restarting traget deployment slot...");
- await targetApp.RestartAsync();
+ //Restart slot.
+ OnProgress(AzureUtilsStage.Environment, "Restarting target deployment slot...");
+ await targetApp.RestartAsync();
+ }
OnCompleted("Environment upgraded successfully.");
}