From 9b4fa9f7f72f51c3694f0c29dadfc7ea9c78e414 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Sep 2021 12:52:01 +0200 Subject: [PATCH] Refresh yaml gitalb x tag win --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f8119a2..9aecf6ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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