diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-24 12:49:55 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-24 12:49:55 +0200 |
| commit | 36ddcab9aa3c9cde38f7b11b2b553d842bb6354b (patch) | |
| tree | e6f6a68d2b7f6d1a858286f4316c1c78d0b7ed55 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup | |
| parent | 60e85e52171a4423db4b06a173ee8a39c30abb90 (diff) | |
| download | Tango-36ddcab9aa3c9cde38f7b11b2b553d842bb6354b.tar.gz Tango-36ddcab9aa3c9cde38f7b11b2b553d842bb6354b.zip | |
Added environment name to PPC TeamViewer name.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs index c1d9cf055..29c5bc6a2 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs @@ -180,7 +180,7 @@ namespace Tango.PPC.Common.MachineSetup { LogManager.Log("Installing remote assistance..."); UpdateProgress("Installing remote assistance", "Installing..."); - await _remoteAssistance.InstallRemoteAssistance(serialNumber); + await _remoteAssistance.InstallRemoteAssistance(serialNumber,settings.DeploymentSlot.ToString()); } if (setup_response.SetupUWF) |
