From 5865160198f92515aee69dae6f4f1c849df04ee6 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 28 Sep 2021 19:43:21 +0200 Subject: [PATCH] Provo compilazione SOLO IOB-WIN-NEXT --- .gitlab-ci.yml | 58 +++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7297f16..3ae980ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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