From 0e2a7907fadd980ea379f1158443146b1d64436d Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 17 Jun 2021 17:30:46 +0200 Subject: [PATCH] cambio parametro publish --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ae238a4..8f46ac26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,7 +206,7 @@ staging: # - *nuget-fix # - dotnet restore script: - - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.Stats/MP.Stats.csproj -p:output=publish/net5.0 + - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.Stats/MP.Stats.csproj -o:publish # qui il deploy su nexus... - *hashBuild - *nexusUpload