fix deploy nome proj

This commit is contained in:
Samuele Locatelli
2021-12-07 10:21:23 +01:00
parent f8260e4b5b
commit 97f8d031c0
+2 -2
View File
@@ -97,10 +97,10 @@ Net:build:
- win
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore "$env:APP_NAME".sln -verbosity quiet'
- '& "$env:NUGET_PATH" restore SHERPA.sln -verbosity quiet'
- *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'
- '& "$env:MSBUILD_PATH" SHERPA/SHERPA.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m'
UI:test:
stage: test