altro test yaml

This commit is contained in:
Samuele Locatelli
2023-11-17 09:10:47 +01:00
parent 0d93cba1b3
commit 2d68d35cda
+3 -3
View File
@@ -91,11 +91,11 @@ LAND:build:
APP_NAME: MP.Land
SOL_NAME: MP-LAND
rules:
# - if: $CI_COMMIT_BRANCH =~ /^feature/
# when: never
- if: $CI_COMMIT_BRANCH =~ /^feature/
when: never
- if: $CI_COMMIT_BRANCH == 'develop'
- if: $CI_COMMIT_BRANCH == 'master'
# - if: $CI_COMMIT_BRANCH =~ /^feature/LAND.+/
- if: $CI_COMMIT_BRANCH =~ /^feature/LAND.+/
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"