Add tag x win
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user