diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56bfaac7..eb1759de 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