Provo compilazione SOLO IOB-WIN-NEXT

This commit is contained in:
Samuele Locatelli
2021-09-28 19:43:21 +02:00
parent 20efb6b0d2
commit 5865160198
+29 -29
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
@@ -123,23 +123,23 @@ IOB-NEXT: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'
IOB:deploy:
stage: deploy
tags:
- win
variables:
APP_NAME: IOB-WIN
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"-verbosity quiet'
- *version-fix
- *cleanup-zip
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'
- *zipper
- *hashBuild
- *nexusUpload
needs: ["IOB:build"]
# IOB:deploy:
# stage: deploy
# tags:
# - win
# variables:
# APP_NAME: IOB-WIN
# before_script:
# - *nuget-fix
# - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"-verbosity quiet'
# - *version-fix
# - *cleanup-zip
# 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'
# - *zipper
# - *hashBuild
# - *nexusUpload
# needs: ["IOB:build"]
IOB-NEXT:deploy:
stage: deploy