yaml: aggiunta build IOB-WIN legacy

This commit is contained in:
Samuele Locatelli
2021-12-01 08:58:31 +01:00
parent fefbd04bbf
commit cc87d88ba7
+12 -12
View File
@@ -97,18 +97,18 @@ stages:
- build
# - deploy
# IOB:build:
# stage: build
# tags:
# - win
# variables:
# APP_NAME: IOB-WIN
# 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'
IOB:build:
stage: build
tags:
- win
variables:
APP_NAME: IOB-WIN
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'
IOB-NEXT:build:
stage: build