fix nuget restore

This commit is contained in:
marco.salvi
2022-04-15 10:15:08 +02:00
parent 4a7eb2de75
commit 076d7fc031
+1 -1
View File
@@ -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'