genera sempre installer se master

This commit is contained in:
Samuele Locatelli
2021-11-04 09:52:30 +01:00
parent e781ffb8a0
commit 3b1f5817c6
+2 -2
View File
@@ -202,7 +202,7 @@ AC:install:
- win
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
when: manual
# when: manual
# only:
# - tags # the build process will only be started by git tag commits
before_script:
@@ -223,7 +223,7 @@ BHS:install:
- win
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
when: manual
# when: manual
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore GPW.sln -verbosity quiet'