From ff09af0e3338a55c89d2846454d360e702d4e742 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 6 Aug 2019 07:43:07 +0300 Subject: Added Alpha/Beta ENV. --- .../Properties/PublishProfiles/Alpha.pubxml | 28 ++++++++++++++++++++++ .../Properties/PublishProfiles/Beta.pubxml | 28 ++++++++++++++++++++++ .../Publish Machine Service via FTP.pubxml | 21 ---------------- .../Tango.MachineService.csproj | 5 ++-- 4 files changed, 59 insertions(+), 23 deletions(-) create mode 100644 Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml create mode 100644 Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Beta.pubxml delete mode 100644 Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Publish Machine Service via FTP.pubxml (limited to 'Software/Visual_Studio/Web/Tango.MachineService') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml new file mode 100644 index 000000000..3632deaac --- /dev/null +++ b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml @@ -0,0 +1,28 @@ + + + + + MSDeploy + /subscriptions/10c8aa60-3b15-4e0d-b412-6aeef90e5e91/resourceGroups/Tango/providers/Microsoft.Web/sites/machineservice-alpha-beta/slots/MachineService-ALPHA + Tango + AzureWebSite + Release + Any CPU + http://machineservice-alpha-beta-machineservice-alpha.azurewebsites.net + True + False + machineservice-alpha-beta-machineservice-alpha.scm.azurewebsites.net:443 + machineservice-alpha-beta__MachineService-ALPHA + + True + False + WMSVC + True + $machineservice-alpha-beta__MachineService-ALPHA + <_SavePWD>True + <_DestinationType>AzureWebSite + + \ No newline at end of file diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Beta.pubxml b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Beta.pubxml new file mode 100644 index 000000000..e02abdacc --- /dev/null +++ b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Beta.pubxml @@ -0,0 +1,28 @@ + + + + + MSDeploy + /subscriptions/10c8aa60-3b15-4e0d-b412-6aeef90e5e91/resourceGroups/Tango/providers/Microsoft.Web/sites/machineservice-alpha-beta/slots/MachineService-BETA + Tango + AzureWebSite + Release + Any CPU + http://machineservice-alpha-beta-machineservice-beta.azurewebsites.net + True + False + machineservice-alpha-beta-machineservice-beta.scm.azurewebsites.net:443 + machineservice-alpha-beta__MachineService-BETA + + True + False + WMSVC + True + $machineservice-alpha-beta__MachineService-BETA + <_SavePWD>True + <_DestinationType>AzureWebSite + + \ No newline at end of file diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Publish Machine Service via FTP.pubxml b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Publish Machine Service via FTP.pubxml deleted file mode 100644 index bd9a693e0..000000000 --- a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Publish Machine Service via FTP.pubxml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - FTP - Release - Any CPU - - True - False - twine01 - True - True - MachineService - PublishFTP|Roy - <_SavePWD>False - - \ No newline at end of file diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj index 52ecba507..f6040c5b1 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj +++ b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj @@ -313,6 +313,8 @@ + + @@ -381,7 +383,6 @@ - @@ -417,7 +418,7 @@ False - + -- cgit v1.3.1