ancora yaml

This commit is contained in:
Samuele Locatelli
2023-03-02 19:21:30 +01:00
parent a46a5ff176
commit 86cb311ee9
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -109,4 +109,3 @@ _Chutzpah*
/VersGen/obj/Release/VersGen.pdb
/VersGen/obj/Release/VersGen.dll
.ionide/symbolCache.db
/SHERPA.AD/Properties/PublishProfiles/IIS04.pubxml
+2 -2
View File
@@ -208,7 +208,7 @@ Net:IIS01:deploy:
- *version-fix
script:
- '& "$env:MSBUILD_PATH" SHERPA/SHERPA.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m'
- '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal SHERPA/SHERPA.csproj'
- '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal SHERPA/SHERPA.csproj'
Net:IIS02:deploy:
@@ -226,7 +226,7 @@ Net:IIS02:deploy:
- *version-fix
script:
- '& "$env:MSBUILD_PATH" SHERPA/SHERPA.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m'
- '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal SHERPA/SHERPA.csproj'
- '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal SHERPA/SHERPA.csproj'
Net:IIS04:deploy: