From 3f29166c0efc57d38b51be28c17cf66fdb234e39 Mon Sep 17 00:00:00 2001 From: Samuele Emilio Locatelli Date: Fri, 17 Nov 2023 08:11:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"