diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2021-03-22 18:26:24 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2021-03-22 18:26:24 +0200 |
| commit | f315c2a95ee683dfbbb8bf6c70eb772243bd859e (patch) | |
| tree | c4e5bc3860dfe848a6a8d7d1a45f95a5abf5486f /Software/Visual_Studio/Azure | |
| parent | 7eb4eb85766d2ab423bb53d3a4db0b7d4bb7f774 (diff) | |
| download | Tango-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.cs | 8 |
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."); } |
