From 35f97a9d037f92e22ff2d52ee12eef70d61ef161 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Sep 2021 13:06:24 +0200 Subject: [PATCH] Update yaml x CiCd con tag WIN --- .gitlab-ci.yml | 16 ++++++++++ .../SteamWare_demo/example-app.config | 30 +++++++++---------- 2 files changed, 31 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 355939e..ce5aa7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,8 @@ stages: AC:build: stage: build + tags: + - win before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore GPW.sln' # path alla solution corrente @@ -73,6 +75,8 @@ AC:build: BHS:build: stage: build + tags: + - win before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore GPW.sln' @@ -100,6 +104,8 @@ BHS:build: AC:staging: stage: staging + tags: + - win rules: - if: '$CI_COMMIT_BRANCH == "develop"' before_script: @@ -122,6 +128,8 @@ AC:staging: BHS:staging: stage: staging + tags: + - win rules: - if: '$CI_COMMIT_BRANCH == "develop"' before_script: @@ -137,6 +145,8 @@ BHS:staging: AC:deploy: stage: deploy + tags: + - win rules: - if: '$CI_COMMIT_BRANCH == "master"' before_script: @@ -160,6 +170,8 @@ AC:deploy: BHS:deploy: stage: deploy + tags: + - win rules: - if: '$CI_COMMIT_BRANCH == "master"' before_script: @@ -186,6 +198,8 @@ BHS:deploy: AC:install: stage: installer + tags: + - win rules: - if: '$CI_COMMIT_BRANCH == "master"' when: manual @@ -205,6 +219,8 @@ AC:install: BHS:install: stage: installer + tags: + - win rules: - if: '$CI_COMMIT_BRANCH == "master"' when: manual diff --git a/GPW_Data/App_Readme/SteamWare_demo/example-app.config b/GPW_Data/App_Readme/SteamWare_demo/example-app.config index fb42165..6f9fc69 100644 --- a/GPW_Data/App_Readme/SteamWare_demo/example-app.config +++ b/GPW_Data/App_Readme/SteamWare_demo/example-app.config @@ -1,17 +1,17 @@  - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file