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'