This commit is contained in:
Samuele E. Locatelli
2021-03-26 22:18:50 +01:00
parent 6d8007af49
commit 82f1825512
+2 -2
View File
@@ -89,7 +89,7 @@ admin:deploy:
# - if: '$CI_COMMIT_BRANCH == "develop"'
# only:
# - tags # the build process will only be started by git tag commits
before_script:
before_script:
- *nuget-fix
script:
- '& "$env:MSBUILD_PATH" /p:m=4 /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=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GPW_Admin/GPW_Admin.csproj'
@@ -100,7 +100,7 @@ admin:deploy:
bcode:deploy:
stage: deploy
before_script:
before_script:
- *nuget-fix
script:
- '& "$env:MSBUILD_PATH" /p:m=4 /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=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GPW_Barcode/GPW_Barcode.csproj'