fix if/when x installer
This commit is contained in:
+3
-6
@@ -188,8 +188,7 @@ AC:install:
|
||||
stage: installer
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||
when:
|
||||
manual
|
||||
when: manual
|
||||
# only:
|
||||
# - tags # the build process will only be started by git tag commits
|
||||
before_script:
|
||||
@@ -202,15 +201,13 @@ AC:install:
|
||||
# Commesse ZIP package
|
||||
- '& "$env:MSBUILD_PATH" /p:m=8 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=SPS /p:PublishProfile=SPS.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/SPS_PROD/$env:NEW_REL/GPW_Commesse.zip /p:DeployIisAppPath="Default Web Site/GPW/ADMIN" /p:PackageAsSingleFile=True /p:OutputPath=bin/ GPW_Commesse/GPW_Commesse.csproj'
|
||||
needs: ["AC:build"]
|
||||
when:
|
||||
manual
|
||||
|
||||
|
||||
BHS:install:
|
||||
stage: installer
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||
when:
|
||||
manual
|
||||
when: manual
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
- '& "$env:NUGET_PATH" restore GPW.sln'
|
||||
|
||||
Reference in New Issue
Block a user