update yaml x CI/CD pubblicazione
This commit is contained in:
+7
-1
@@ -133,8 +133,11 @@ SHERPA.BBM.UI:IIS01:deploy:
|
||||
stage: deploy
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: 'SHERPA.BBM.UI'
|
||||
SOL_NAME: 'SHERPA.BBM.UI'
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
needs: ["SHERPA.BBM.UI:build"]
|
||||
script:
|
||||
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true $env:APP_NAME/$env:APP_NAME.csproj
|
||||
@@ -177,6 +180,9 @@ SHERPA.BBM.UI:IIS04:release:
|
||||
stage: release
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: 'SHERPA.BBM.UI'
|
||||
SOL_NAME: 'SHERPA.BBM.UI'
|
||||
only:
|
||||
- master
|
||||
needs: ["SHERPA.BBM.UI:build"]
|
||||
|
||||
Reference in New Issue
Block a user