From 15825cfb2d2592d3ef293c0a51980ab8d9f4f773 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 17 Jun 2021 16:58:35 +0200 Subject: [PATCH] update path publish --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb23fe63..5ae238a4 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 -p:output=publish/net5.0 # qui il deploy su nexus... - *hashBuild - *nexusUpload