From 076d7fc031176423f1ab717f43b85a0bbea6a507 Mon Sep 17 00:00:00 2001 From: "marco.salvi" Date: Fri, 15 Apr 2022 10:15:08 +0200 Subject: [PATCH] fix nuget restore --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91143a6..cb52e99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,7 +131,7 @@ PUB:Build: # - APP_NAME: 'PUB' before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore $env:SOL_NAME.sln' # path alla solution corrente + - '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln"' # path alla solution corrente - *version-fix script: - '& "$env:MSBUILD_PATH" $env:APP_NAME\$env:APP_NAME.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m'