Refresh yaml gitalb x tag win

This commit is contained in:
Samuele Locatelli
2021-09-02 12:52:01 +02:00
parent 7785c4650e
commit 9b4fa9f7f7
+12
View File
@@ -70,6 +70,8 @@ stages:
build:
stage: build
tags:
- win
before_script:
- *nuget-fix
- dotnet restore
@@ -78,6 +80,8 @@ build:
test:
stage: test
tags:
- win
only:
- develop
needs: ["build"]
@@ -86,6 +90,8 @@ test:
IIS01:deploy:
stage: deploy
tags:
- win
only:
- develop
needs: ["test"]
@@ -98,6 +104,8 @@ IIS01:deploy:
IIS02:deploy:
stage: deploy
tags:
- win
only:
- master
needs: ["build"]
@@ -110,6 +118,8 @@ IIS02:deploy:
installer:
stage: installer
tags:
- win
only:
- develop
- master
@@ -125,6 +135,8 @@ installer:
release:
stage: release
tags:
- win
only:
#- feature/Deploy_CI_CD
# - master