From 038ffd15adcc6dc1f055e76ddb9d382b7ff6136e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 7 Jun 2022 18:36:15 +0200 Subject: [PATCH] Eliminata fase zip x upload su nexus degli zip pubblicati --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb36e9f..aa0f683 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -183,7 +183,7 @@ UI:release: script: # - dotnet publish -c Release -o ./publish $env:APP_NAME/$env:APP_NAME.csproj - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release $env:APP_NAME/$env:APP_NAME.csproj -o:publish - - *zipper + # - *zipper - *hashBuild - *nexusUpload \ No newline at end of file