Rimosso osai (old)

This commit is contained in:
Samuele Locatelli
2021-12-01 17:50:17 +01:00
parent 3a9cc401e0
commit ae124812a9
+12 -12
View File
@@ -74,16 +74,16 @@ Test-FileWatcher:build:
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m'
Test-OSAI:build:
stage: build
tags:
- win
variables:
APP_NAME: Test-OSAI
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"-verbosity quiet'
- *version-fix
script:
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m'
# Test-OSAI:build:
# stage: build
# tags:
# - win
# variables:
# APP_NAME: Test-OSAI
# before_script:
# - *nuget-fix
# - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"-verbosity quiet'
# - *version-fix
# script:
# - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m'