Merge branch 'release/FixCICD'

This commit is contained in:
Samuele Locatelli
2021-09-02 12:57:36 +02:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
{
"serverIp": "iis01",
"serverBaseAddr": "http://iis01/MP/MAG/"
"serverBaseAddr": "http://iis01/NKC/"
}