cambio sintassi

This commit is contained in:
Samuele Locatelli
2023-11-17 09:14:17 +01:00
parent 3f29166c0e
commit 14477c5928
+2 -1
View File
@@ -95,7 +95,8 @@ LAND:build:
# when: never
- if: $CI_COMMIT_BRANCH == 'develop'
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH =~ 'feature/LAND.+'
- if: $CI_COMMIT_BRANCH =~ /^feature\/LAND.+/
when: always
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"