diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 505e7d2a..112846b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"