From f22bd910a2c3086dcd2f9c828ac35e61e5ad47ec Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 22 Feb 2022 16:31:33 +0100 Subject: [PATCH] fix pusblish profiles --- .../Properties/PublishProfiles/IIS01.pubxml | 5 ++- .../Properties/PublishProfiles/IIS02.pubxml | 5 ++- .../PublishProfiles/IISProfile.pubxml | 2 +- .../W2019-IIS-DEVProfile.pubxml | 41 ++++++++++--------- 4 files changed, 28 insertions(+), 25 deletions(-) diff --git a/MP.Stats/Properties/PublishProfiles/IIS01.pubxml b/MP.Stats/Properties/PublishProfiles/IIS01.pubxml index ac3c88c6..94ae9a8f 100644 --- a/MP.Stats/Properties/PublishProfiles/IIS01.pubxml +++ b/MP.Stats/Properties/PublishProfiles/IIS01.pubxml @@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt False d9901b50-e61c-400c-b62c-fa060cf72c29 false - https://IIS01:8172/MsDeploy.axd + https://iis01.egalware.com:8172/MsDeploy.axd Default Web Site/MP/STATS False @@ -22,6 +22,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt True jenkins <_SavePWD>True - net5.0 + net6.0 + True \ No newline at end of file diff --git a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml b/MP.Stats/Properties/PublishProfiles/IIS02.pubxml index 3f2c9acb..bfb09418 100644 --- a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml +++ b/MP.Stats/Properties/PublishProfiles/IIS02.pubxml @@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt False d9901b50-e61c-400c-b62c-fa060cf72c29 false - https://IIS02:8172/MsDeploy.axd + https://iis02.egalware.com:8172/MsDeploy.axd Default Web Site/MP/STATS False @@ -22,6 +22,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt True jenkins <_SavePWD>True - net5.0 + net6.0 + True \ No newline at end of file diff --git a/MP.Stats/Properties/PublishProfiles/IISProfile.pubxml b/MP.Stats/Properties/PublishProfiles/IISProfile.pubxml index 7159a5db..3ae36f18 100644 --- a/MP.Stats/Properties/PublishProfiles/IISProfile.pubxml +++ b/MP.Stats/Properties/PublishProfiles/IISProfile.pubxml @@ -15,7 +15,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt bin\publish\MP.Stats.zip true Default Web Site/MP/STATS - net5.0 + net6.0 false \ No newline at end of file diff --git a/MP.Stats/Properties/PublishProfiles/W2019-IIS-DEVProfile.pubxml b/MP.Stats/Properties/PublishProfiles/W2019-IIS-DEVProfile.pubxml index 6b790904..0ef183bf 100644 --- a/MP.Stats/Properties/PublishProfiles/W2019-IIS-DEVProfile.pubxml +++ b/MP.Stats/Properties/PublishProfiles/W2019-IIS-DEVProfile.pubxml @@ -4,24 +4,25 @@ This file is used by the publish/package process of your Web project. You can cu by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121. --> - - MSDeploy - True - Release - Any CPU - - - False - d9901b50-e61c-400c-b62c-fa060cf72c29 - false - https://w2019-iis-dev:8172/MsDeploy.axd - Default Web Site/MP/STATS - - False - WMSVC - True - jenkins - <_SavePWD>True - net5.0 - + + MSDeploy + True + Release + Any CPU + + + False + d9901b50-e61c-400c-b62c-fa060cf72c29 + false + https://iis03.egalware.com:8172/MsDeploy.axd + Default Web Site/MP/STATS + + False + WMSVC + True + jenkins + <_SavePWD>True + net6.0 + True + \ No newline at end of file