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