Update .gitlab-ci.yml file

This commit is contained in:
Samuele Emilio Locatelli
2023-11-17 08:11:45 +00:00
parent 2d68d35cda
commit 3f29166c0e
+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"