fix deploy nome proj
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user