modifica yaml

This commit is contained in:
Samuele Locatelli
2024-12-23 12:14:15 +01:00
parent 7ecf55d579
commit b0bddc62a2
+44 -37
View File
@@ -171,7 +171,6 @@ EgwProxy.Ftp:build:
- win
variables:
APP_NAME: EgwProxy.Ftp
SOL_NAME: EgwProxy.FTP
rules:
- if: $CI_COMMIT_BRANCH == 'develop'
changes:
@@ -180,10 +179,6 @@ EgwProxy.Ftp:build:
- if: $CI_COMMIT_BRANCH == 'SDK/Ftp'
changes:
- EgwProxy.Ftp/*
# only:
# refs:
# - develop
# - SDK/Ftp
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'
@@ -191,39 +186,51 @@ EgwProxy.Ftp:build:
script:
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m'
# EgwProxy.Icoel:build:
# stage: build
# tags:
# - win
# variables:
# APP_NAME: EgwProxy.Icoel
# only:
# refs:
# - develop
# - SDK/Icoel
# 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/ /nodeReuse:false /verbosity:minimal /m'
EgwProxy.Icoel:build:
stage: build
tags:
- win
variables:
APP_NAME: EgwProxy.Icoel
rules:
- if: $CI_COMMIT_BRANCH == 'develop'
changes:
- EgwProxy.Icoel/*
when: always
- if: $CI_COMMIT_BRANCH == 'SDK/Icoel'
changes:
- EgwProxy.Icoel/*
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/ /nodeReuse:false /verbosity:minimal /m'
# EgwProxy.MultiCncLib:build:
# stage: build
# tags:
# - win
# variables:
# APP_NAME: EgwProxy.MultiCncLib
# only:
# refs:
# - develop
# - SDK/MultiCnc
# 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.vbproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m'
EgwProxy.MultiCncLib:build:
stage: build
tags:
- win
variables:
APP_NAME: EgwProxy.MultiCncLib
rules:
- if: $CI_COMMIT_BRANCH == 'develop'
changes:
- EgwProxy.MultiCncLib/*
when: always
- if: $CI_COMMIT_BRANCH == 'SDK/MultiCncLib'
changes:
- EgwProxy.MultiCncLib/*
only:
refs:
- develop
- SDK/MultiCnc
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.vbproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m'
# EgwProxy.OsaiCncLib:build:
# stage: build