From 952e25debbc8026829fb9da538481a51b6f5886e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 31 Mar 2023 17:59:41 +0200 Subject: [PATCH] update conf IIS03 --> IIS04 --- .gitlab-ci.yml | 18 ++++++------ IobConf.UI/IobConf.UI.csproj | 2 +- .../Properties/PublishProfiles/IIS03.pubxml | 27 ------------------ .../Properties/PublishProfiles/IIS03.pubxml | 27 ------------------ MP.IOC/MP.IOC.csproj | 2 +- .../Properties/PublishProfiles/IIS03.pubxml | 27 ------------------ .../PublishProfiles/IIS03.pubxml.user | 13 --------- MP.Land/MP.Land.csproj | 4 +-- .../Properties/PublishProfiles/IIS03.pubxml | 28 ------------------- .../PublishProfiles/IIS03.pubxml.user | 12 -------- MP.Mon/MP.Mon.csproj | 4 +-- .../Properties/PublishProfiles/IIS03.pubxml | 28 ------------------- .../PublishProfiles/IIS03.pubxml.user | 12 -------- MP.Prog/MP.Prog.csproj | 2 +- .../Properties/PublishProfiles/IIS03.pubxml | 28 ------------------- .../Properties/PublishProfiles/IIS03.pubxml | 28 ------------------- MP.Stats/MP.Stats.csproj | 4 +-- .../Properties/PublishProfiles/IIS03.pubxml | 28 ------------------- .../PublishProfiles/IIS03.pubxml.user | 12 -------- MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj | 2 +- 20 files changed, 19 insertions(+), 289 deletions(-) delete mode 100644 IobConf.UI/Properties/PublishProfiles/IIS03.pubxml delete mode 100644 MP.INVE/Properties/PublishProfiles/IIS03.pubxml delete mode 100644 MP.IOC/Properties/PublishProfiles/IIS03.pubxml delete mode 100644 MP.IOC/Properties/PublishProfiles/IIS03.pubxml.user delete mode 100644 MP.Land/Properties/PublishProfiles/IIS03.pubxml delete mode 100644 MP.Land/Properties/PublishProfiles/IIS03.pubxml.user delete mode 100644 MP.Mon/Properties/PublishProfiles/IIS03.pubxml delete mode 100644 MP.Mon/Properties/PublishProfiles/IIS03.pubxml.user delete mode 100644 MP.Prog/Properties/PublishProfiles/IIS03.pubxml delete mode 100644 MP.SPEC/Properties/PublishProfiles/IIS03.pubxml delete mode 100644 MP.Stats/Properties/PublishProfiles/IIS03.pubxml delete mode 100644 MP.Stats/Properties/PublishProfiles/IIS03.pubxml.user diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb600f32..0f16cd57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -325,7 +325,7 @@ IOC:IIS01:deploy: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj -# ----- Start DEPLOY master (IIS02/IIS03) ----- +# ----- Start DEPLOY master (IIS02/IIS04) ----- LAND:IIS02:deploy: stage: deploy tags: @@ -342,7 +342,7 @@ LAND:IIS02:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj PROG:IIS02:deploy: stage: deploy @@ -360,7 +360,7 @@ PROG:IIS02:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj STAT:IIS02:deploy: stage: deploy @@ -378,7 +378,7 @@ STAT:IIS02:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj MON:IIS02:deploy: stage: deploy @@ -396,7 +396,7 @@ MON:IIS02:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj SPEC:IIS02:deploy: stage: deploy @@ -414,7 +414,7 @@ SPEC:IIS02:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj INVE:IIS02:deploy: stage: deploy @@ -432,7 +432,7 @@ INVE:IIS02:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj CONF:IIS02:deploy: stage: deploy @@ -450,7 +450,7 @@ CONF:IIS02:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj IOC:IIS02:deploy: stage: deploy @@ -468,7 +468,7 @@ IOC:IIS02:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PASSWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj # ----- Start INSTALLER (develop/master) ----- LAND:installer: diff --git a/IobConf.UI/IobConf.UI.csproj b/IobConf.UI/IobConf.UI.csproj index 9e8176b4..e47e885a 100644 --- a/IobConf.UI/IobConf.UI.csproj +++ b/IobConf.UI/IobConf.UI.csproj @@ -9,7 +9,7 @@ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" /> - <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" /> diff --git a/IobConf.UI/Properties/PublishProfiles/IIS03.pubxml b/IobConf.UI/Properties/PublishProfiles/IIS03.pubxml deleted file mode 100644 index 4b0aa4d5..00000000 --- a/IobConf.UI/Properties/PublishProfiles/IIS03.pubxml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - MSDeploy - true - Release - Any CPU - https://iis03.egalware.com/MP/CONF - false - c2109e71-4eae-4167-9052-175123ccc2bc - false - https://iis03.egalware.com:8172/MsDeploy.axd - Default Web Site/MP/CONF - - false - WMSVC - true - true - jenkins - <_SavePWD>true - <_TargetId>IISWebDeploy - net6.0 - - \ No newline at end of file diff --git a/MP.INVE/Properties/PublishProfiles/IIS03.pubxml b/MP.INVE/Properties/PublishProfiles/IIS03.pubxml deleted file mode 100644 index fd9d1a6e..00000000 --- a/MP.INVE/Properties/PublishProfiles/IIS03.pubxml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - MSDeploy - true - Release - Any CPU - https://iis03.egalware.com/MP/INVE - false - fd5b477e-96a4-42f6-b2e8-7fc221c9971c - false - https://iis03.egalware.com:8172/MsDeploy.axd - Default Web Site/MP/INVE - - false - WMSVC - true - true - jenkins - <_SavePWD>true - <_TargetId>IISWebDeploy - net6.0 - - \ No newline at end of file diff --git a/MP.IOC/MP.IOC.csproj b/MP.IOC/MP.IOC.csproj index 835fde66..4a96ee4e 100644 --- a/MP.IOC/MP.IOC.csproj +++ b/MP.IOC/MP.IOC.csproj @@ -9,7 +9,7 @@ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" /> - <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" /> diff --git a/MP.IOC/Properties/PublishProfiles/IIS03.pubxml b/MP.IOC/Properties/PublishProfiles/IIS03.pubxml deleted file mode 100644 index e95efa10..00000000 --- a/MP.IOC/Properties/PublishProfiles/IIS03.pubxml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - MSDeploy - true - Release - Any CPU - https://iis03.egalware.com/MP/IOC/ - false - b9f508bf-8503-4c25-b9ba-0fac411c44c5 - false - https://iis03.egalware.com:8172/MsDeploy.axd - Default Web Site/MP/IOC - - false - WMSVC - true - true - jenkins - <_SavePWD>true - <_TargetId>IISWebDeploy - net6.0 - - \ No newline at end of file diff --git a/MP.IOC/Properties/PublishProfiles/IIS03.pubxml.user b/MP.IOC/Properties/PublishProfiles/IIS03.pubxml.user deleted file mode 100644 index 2b0e04dc..00000000 --- a/MP.IOC/Properties/PublishProfiles/IIS03.pubxml.user +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAdCoESbxryUqXde3FfEOCTwAAAAACAAAAAAADZgAAwAAAABAAAAA4RHhAczKBrqcWb9wTts9MAAAAAASAAACgAAAAEAAAADuXXLg1UwfWWAQCYxeL4dMYAAAAyZESMfjE+pkPcigypRiw/GQB+tgD1heZFAAAAIHYbrESc8bdGRBpOM5alZb6CgMN - True|2023-02-14T16:32:35.6156799Z; - - - \ No newline at end of file diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj index 904d1238..b7c4dd10 100644 --- a/MP.Land/MP.Land.csproj +++ b/MP.Land/MP.Land.csproj @@ -25,7 +25,7 @@ - <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" /> @@ -33,7 +33,7 @@ - + diff --git a/MP.Land/Properties/PublishProfiles/IIS03.pubxml b/MP.Land/Properties/PublishProfiles/IIS03.pubxml deleted file mode 100644 index 9524a06f..00000000 --- a/MP.Land/Properties/PublishProfiles/IIS03.pubxml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - MSDeploy - True - Release - Any CPU - - - False - d9901b50-e61c-400c-b62c-fa060cf72c29 - false - https://iis03.egalware.com:8172/MsDeploy.axd - Default Web Site/MP/LAND - - False - WMSVC - True - jenkins - <_SavePWD>True - net6.0 - True - - \ No newline at end of file diff --git a/MP.Land/Properties/PublishProfiles/IIS03.pubxml.user b/MP.Land/Properties/PublishProfiles/IIS03.pubxml.user deleted file mode 100644 index 5c5fc113..00000000 --- a/MP.Land/Properties/PublishProfiles/IIS03.pubxml.user +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA+11nhJeDSkeTlSej+COD3AAAAAACAAAAAAADZgAAwAAAABAAAADHiGtCyOetOyeT2xaFL+NDAAAAAASAAACgAAAAEAAAAAuYw1PbVDVdZhloQ7eVuTsYAAAAfA8iFmY49U48HUeRwWwQNsvZg5FRMf9SFAAAACB+0njgnTZ+1teEqoJcNV16idHL - True|2022-02-26T17:27:19.1178345Z;False|2022-02-26T18:23:39.1747983+01:00;True|2021-05-26T19:49:56.4831784+02:00;True|2021-05-25T16:56:57.0194126+02:00;True|2021-05-24T18:44:45.5388713+02:00;True|2021-05-24T18:23:50.6056375+02:00;True|2021-05-24T18:01:51.1166144+02:00;True|2021-05-24T17:07:21.6348703+02:00;True|2021-05-24T17:07:10.8304877+02:00;True|2021-05-24T11:12:19.8440009+02:00;True|2021-05-24T11:12:08.1362921+02:00;True|2021-05-22T12:03:42.2864462+02:00;True|2021-05-21T19:54:05.6348108+02:00;False|2021-05-21T19:53:46.2134560+02:00;True|2021-05-21T08:11:55.5022811+02:00;True|2021-05-20T19:40:34.2462833+02:00;True|2021-05-20T19:40:10.3931366+02:00;True|2021-05-20T17:27:02.9543079+02:00;True|2021-05-20T16:59:12.4323448+02:00;True|2021-05-20T16:58:55.5021812+02:00;False|2021-05-20T16:58:03.5161910+02:00;True|2021-05-19T19:28:03.8104716+02:00;True|2021-05-18T19:48:52.9083044+02:00;True|2021-05-18T18:15:50.2374168+02:00;True|2021-05-18T18:06:20.0997789+02:00;True|2021-05-18T14:56:33.7479984+02:00;True|2021-05-17T17:03:39.9822588+02:00;True|2021-05-17T16:33:53.4419457+02:00;True|2021-05-17T16:33:10.5405414+02:00;False|2021-05-17T16:30:04.8648550+02:00;False|2021-05-17T16:29:49.5085445+02:00; - - \ No newline at end of file diff --git a/MP.Mon/MP.Mon.csproj b/MP.Mon/MP.Mon.csproj index 1857ae6b..2fa9faf9 100644 --- a/MP.Mon/MP.Mon.csproj +++ b/MP.Mon/MP.Mon.csproj @@ -15,7 +15,7 @@ <_WebToolingArtifacts Remove="Properties\PublishProfiles\FolderProfile.pubxml" /> <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" /> - <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" /> <_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" /> @@ -24,7 +24,7 @@ - + diff --git a/MP.Mon/Properties/PublishProfiles/IIS03.pubxml b/MP.Mon/Properties/PublishProfiles/IIS03.pubxml deleted file mode 100644 index 4eda79b9..00000000 --- a/MP.Mon/Properties/PublishProfiles/IIS03.pubxml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - MSDeploy - True - Release - Any CPU - - - False - d9901b50-e61c-400c-b62c-fa060cf72c29 - false - https://iis03.egalware.com:8172/MsDeploy.axd - Default Web Site/MP/MON - - False - WMSVC - True - jenkins - <_SavePWD>True - net6.0 - True - - \ No newline at end of file diff --git a/MP.Mon/Properties/PublishProfiles/IIS03.pubxml.user b/MP.Mon/Properties/PublishProfiles/IIS03.pubxml.user deleted file mode 100644 index d5ad4521..00000000 --- a/MP.Mon/Properties/PublishProfiles/IIS03.pubxml.user +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA+11nhJeDSkeTlSej+COD3AAAAAACAAAAAAADZgAAwAAAABAAAADHiGtCyOetOyeT2xaFL+NDAAAAAASAAACgAAAAEAAAAAuYw1PbVDVdZhloQ7eVuTsYAAAAfA8iFmY49U48HUeRwWwQNsvZg5FRMf9SFAAAACB+0njgnTZ+1teEqoJcNV16idHL - True|2022-02-26T17:27:10.4709417Z;True|2021-05-26T19:49:56.4831784+02:00;True|2021-05-25T16:56:57.0194126+02:00;True|2021-05-24T18:44:45.5388713+02:00;True|2021-05-24T18:23:50.6056375+02:00;True|2021-05-24T18:01:51.1166144+02:00;True|2021-05-24T17:07:21.6348703+02:00;True|2021-05-24T17:07:10.8304877+02:00;True|2021-05-24T11:12:19.8440009+02:00;True|2021-05-24T11:12:08.1362921+02:00;True|2021-05-22T12:03:42.2864462+02:00;True|2021-05-21T19:54:05.6348108+02:00;False|2021-05-21T19:53:46.2134560+02:00;True|2021-05-21T08:11:55.5022811+02:00;True|2021-05-20T19:40:34.2462833+02:00;True|2021-05-20T19:40:10.3931366+02:00;True|2021-05-20T17:27:02.9543079+02:00;True|2021-05-20T16:59:12.4323448+02:00;True|2021-05-20T16:58:55.5021812+02:00;False|2021-05-20T16:58:03.5161910+02:00;True|2021-05-19T19:28:03.8104716+02:00;True|2021-05-18T19:48:52.9083044+02:00;True|2021-05-18T18:15:50.2374168+02:00;True|2021-05-18T18:06:20.0997789+02:00;True|2021-05-18T14:56:33.7479984+02:00;True|2021-05-17T17:03:39.9822588+02:00;True|2021-05-17T16:33:53.4419457+02:00;True|2021-05-17T16:33:10.5405414+02:00;False|2021-05-17T16:30:04.8648550+02:00;False|2021-05-17T16:29:49.5085445+02:00; - - \ No newline at end of file diff --git a/MP.Prog/MP.Prog.csproj b/MP.Prog/MP.Prog.csproj index 03a4f522..70d82c38 100644 --- a/MP.Prog/MP.Prog.csproj +++ b/MP.Prog/MP.Prog.csproj @@ -11,7 +11,7 @@ - <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" /> diff --git a/MP.Prog/Properties/PublishProfiles/IIS03.pubxml b/MP.Prog/Properties/PublishProfiles/IIS03.pubxml deleted file mode 100644 index f1dd4023..00000000 --- a/MP.Prog/Properties/PublishProfiles/IIS03.pubxml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - MSDeploy - true - Release - Any CPU - - - false - d9901b50-e61c-400c-b62c-fa060cf72c29 - false - https://iis03.egalware.com:8172/MsDeploy.axd - Default Web Site/MP/PROG - - false - WMSVC - true - jenkins - <_SavePWD>true - net6.0 - true - - \ No newline at end of file diff --git a/MP.SPEC/Properties/PublishProfiles/IIS03.pubxml b/MP.SPEC/Properties/PublishProfiles/IIS03.pubxml deleted file mode 100644 index 98138083..00000000 --- a/MP.SPEC/Properties/PublishProfiles/IIS03.pubxml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - MSDeploy - True - Release - Any CPU - - - False - d9901b50-e61c-400c-b62c-fa060cf72c29 - false - https://iis03.egalware.com:8172/MsDeploy.axd - Default Web Site/MP/SPEC - - False - WMSVC - True - jenkins - <_SavePWD>True - net6.0 - True - - \ No newline at end of file diff --git a/MP.Stats/MP.Stats.csproj b/MP.Stats/MP.Stats.csproj index 27eebd77..2735aa0b 100644 --- a/MP.Stats/MP.Stats.csproj +++ b/MP.Stats/MP.Stats.csproj @@ -25,7 +25,7 @@ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" /> - <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" /> @@ -38,7 +38,7 @@ - + diff --git a/MP.Stats/Properties/PublishProfiles/IIS03.pubxml b/MP.Stats/Properties/PublishProfiles/IIS03.pubxml deleted file mode 100644 index 0ef183bf..00000000 --- a/MP.Stats/Properties/PublishProfiles/IIS03.pubxml +++ /dev/null @@ -1,28 +0,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 diff --git a/MP.Stats/Properties/PublishProfiles/IIS03.pubxml.user b/MP.Stats/Properties/PublishProfiles/IIS03.pubxml.user deleted file mode 100644 index d5ad4521..00000000 --- a/MP.Stats/Properties/PublishProfiles/IIS03.pubxml.user +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA+11nhJeDSkeTlSej+COD3AAAAAACAAAAAAADZgAAwAAAABAAAADHiGtCyOetOyeT2xaFL+NDAAAAAASAAACgAAAAEAAAAAuYw1PbVDVdZhloQ7eVuTsYAAAAfA8iFmY49U48HUeRwWwQNsvZg5FRMf9SFAAAACB+0njgnTZ+1teEqoJcNV16idHL - True|2022-02-26T17:27:10.4709417Z;True|2021-05-26T19:49:56.4831784+02:00;True|2021-05-25T16:56:57.0194126+02:00;True|2021-05-24T18:44:45.5388713+02:00;True|2021-05-24T18:23:50.6056375+02:00;True|2021-05-24T18:01:51.1166144+02:00;True|2021-05-24T17:07:21.6348703+02:00;True|2021-05-24T17:07:10.8304877+02:00;True|2021-05-24T11:12:19.8440009+02:00;True|2021-05-24T11:12:08.1362921+02:00;True|2021-05-22T12:03:42.2864462+02:00;True|2021-05-21T19:54:05.6348108+02:00;False|2021-05-21T19:53:46.2134560+02:00;True|2021-05-21T08:11:55.5022811+02:00;True|2021-05-20T19:40:34.2462833+02:00;True|2021-05-20T19:40:10.3931366+02:00;True|2021-05-20T17:27:02.9543079+02:00;True|2021-05-20T16:59:12.4323448+02:00;True|2021-05-20T16:58:55.5021812+02:00;False|2021-05-20T16:58:03.5161910+02:00;True|2021-05-19T19:28:03.8104716+02:00;True|2021-05-18T19:48:52.9083044+02:00;True|2021-05-18T18:15:50.2374168+02:00;True|2021-05-18T18:06:20.0997789+02:00;True|2021-05-18T14:56:33.7479984+02:00;True|2021-05-17T17:03:39.9822588+02:00;True|2021-05-17T16:33:53.4419457+02:00;True|2021-05-17T16:33:10.5405414+02:00;False|2021-05-17T16:30:04.8648550+02:00;False|2021-05-17T16:29:49.5085445+02:00; - - \ No newline at end of file diff --git a/MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj b/MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj index 18b1df97..8c9a9cd8 100644 --- a/MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj +++ b/MP.WASM.Mon/Server/MP.WASM.Mon.Server.csproj @@ -10,7 +10,7 @@ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" /> - <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />