From 46716c5fdffd4ad4c29950e02cf2f481433a09d9 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 2 Apr 2022 12:12:26 +0200 Subject: [PATCH] update messaggio compilazione --- .gitlab-ci.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59fd26e..81bbf5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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