Rimesso compilazione unstable solo se necessarie x shelly + prima vers stabile

This commit is contained in:
Samuele Locatelli
2025-02-12 10:54:11 +01:00
parent 4d68c22e40
commit 455efc5b71
+8 -8
View File
@@ -408,14 +408,14 @@ EgwProxy.Shelly:staging:
variables:
CONFIG: Debug
APP_NAME: EgwProxy.Shelly
# rules:
# - if: $CI_COMMIT_BRANCH == 'develop'
# changes:
# - EgwProxy.Shelly/*
# when: always
# - if: $CI_COMMIT_BRANCH == 'SDK/Shelly'
# changes:
# - EgwProxy.Shelly/*
rules:
- if: $CI_COMMIT_BRANCH == 'develop'
changes:
- EgwProxy.Shelly/*
when: always
- if: $CI_COMMIT_BRANCH == 'SDK/Shelly'
changes:
- EgwProxy.Shelly/*
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'