From d95a19af3208331e4fbedc04e8be12ca5f3e606a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Sep 2021 11:39:52 +0200 Subject: [PATCH] Taggato job come "win" x selezionare runners --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06386cf..7c86757 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 GWMS.sln @@ -78,6 +80,8 @@ build: test: stage: test + tags: + - win only: - develop needs: ["build"] @@ -110,6 +114,8 @@ test: installer: stage: installer + tags: + - win only: - develop - master @@ -127,6 +133,8 @@ installer: release: stage: release + tags: + - win only: #- feature/Deploy_CI_CD # - master