update messaggio compilazione
This commit is contained in:
+17
-13
@@ -54,23 +54,27 @@ CORE.WLOG:build:
|
||||
- dotnet build GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
|
||||
|
||||
CORE.Api:staging:
|
||||
stage: staging
|
||||
tags:
|
||||
stage: staging
|
||||
tags:
|
||||
- win
|
||||
only:
|
||||
- develop
|
||||
needs: ["CORE.Api:build"]
|
||||
script:
|
||||
only:
|
||||
- develop
|
||||
needs: ["CORE.Api:build"]
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
script:
|
||||
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.Api/GPW.CORE.Api.csproj
|
||||
|
||||
CORE.WLOG:staging:
|
||||
stage: staging
|
||||
tags:
|
||||
- win
|
||||
only:
|
||||
- develop
|
||||
needs: ["CORE.WLOG:build"]
|
||||
script:
|
||||
stage: staging
|
||||
tags:
|
||||
- win
|
||||
only:
|
||||
- develop
|
||||
needs: ["CORE.WLOG:build"]
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
script:
|
||||
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user