From 3e9d703c48bfb16c6f118144a8b2b5db76c2a9ea Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Sep 2021 12:57:02 +0200 Subject: [PATCH] fix gitlab build --- .gitlab-ci.yml | 8 ++++---- LPA/conf/serverSetup.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65ead6b..74a180c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,8 +92,8 @@ stages: build_job: stage: build -# rules: -# - if: '$CI_COMMIT_BRANCH == "develop"' + tags: + - win before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore LPA.sln' # path alla solution corrente @@ -103,8 +103,8 @@ build_job: deploy_job: stage: deploy -# rules: -# - if: '$CI_COMMIT_BRANCH == "master"' + tags: + - win before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore LPA.sln' # path alla solution corrente diff --git a/LPA/conf/serverSetup.json b/LPA/conf/serverSetup.json index 9bd50a9..96bb97b 100644 --- a/LPA/conf/serverSetup.json +++ b/LPA/conf/serverSetup.json @@ -1,4 +1,4 @@ { "serverIp": "iis01", - "serverBaseAddr": "http://iis01/MP/MAG/" + "serverBaseAddr": "http://iis01/NKC/" } \ No newline at end of file