update messaggio compilazione

This commit is contained in:
Samuele Locatelli
2022-04-02 12:12:26 +02:00
parent 88732ce157
commit 46716c5fdf
+17 -13
View File
@@ -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