Add tag x win

This commit is contained in:
Samuele Locatelli
2021-09-02 12:20:42 +02:00
parent f1bb875ecc
commit 2e7b8f11aa
+8
View File
@@ -47,6 +47,8 @@ stages:
build:
stage: build
tags:
- win
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore NKC_WF.sln' # path alla solution corrente
@@ -56,6 +58,8 @@ build:
IIS01:deploy:
stage: deploy
tags:
- win
rules:
- if: '$CI_COMMIT_BRANCH == "develop"'
before_script:
@@ -68,6 +72,8 @@ IIS01:deploy:
IIS02:deploy:
stage: deploy
tags:
- win
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
before_script:
@@ -80,6 +86,8 @@ IIS02:deploy:
# install:
# stage: installer
# tags:
# - win
# rules:
# - if: '$CI_COMMIT_BRANCH == "master"'
# when: manual