fix syntax

This commit is contained in:
Samuele Locatelli
2021-12-01 17:46:54 +01:00
parent 24330fe0d6
commit 1fc3ccb7a0
+13 -11
View File
@@ -46,6 +46,7 @@ Test-S7:build:
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-Beckhoff:build:
stage: build
tags:
@@ -59,18 +60,19 @@ Test-Beckhoff:build:
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-FileWatcher:build:
stage: build
tags:
- win
variables:
APP_NAME: Test-FileWatcher
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'
stage: build
tags:
- win
variables:
APP_NAME: Test-FileWatcher
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