test deploy anche in develop

This commit is contained in:
Samuele Locatelli
2024-04-10 11:27:51 +02:00
parent f6ae178ff1
commit 76e5fea2bb
+1 -97
View File
@@ -147,6 +147,7 @@ Runner:deploy:
INST_NAME: Maat.Installer
only:
- main
- develop
needs: ["Runner:build"]
before_script:
- *nuget-fix
@@ -178,54 +179,6 @@ Runner:deploy:
# - *hashBuild
# - *nexusUpload
# DECODER:packDebug:
# stage: pack
# tags:
# - win
# only:
# - develop
# variables:
# APP_NAME: MP.MONO.DECODER
# APP_CONF: Debug
# needs: ["DECODER:build"]
# script:
# - dotnet publish -p:PublishProfile=SingleAppDebug.pubxml -p:RunCodeAnalysis=false -p:Configuration=$env:APP_CONF $env:APP_NAME/$env:APP_NAME.csproj
# - *artifactZipper
# - *hashBuild
# - *nexusUpload
# SIM:packDebug:
# stage: pack
# tags:
# - win
# only:
# - develop
# variables:
# APP_NAME: MP.MONO.SIM
# APP_CONF: Debug
# needs: ["SIM:build"]
# script:
# - dotnet publish -p:PublishProfile=SingleAppDebug.pubxml -p:RunCodeAnalysis=false -p:Configuration=$env:APP_CONF $env:APP_NAME/$env:APP_NAME.csproj
# - *artifactZipper
# - *hashBuild
# - *nexusUpload
# UI:packDebug:
# stage: pack
# tags:
# - win
# only:
# - develop
# variables:
# APP_NAME: MP.MONO.UI
# APP_CONF: Debug
# needs: ["UI:build"]
# script:
# - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=$env:APP_CONF $env:APP_NAME/$env:APP_NAME.csproj -o:publish
# - *artifactMover
# - *hashBuild
# - *nexusUpload
# ADAPTER:packRelease:
# stage: pack
@@ -242,52 +195,3 @@ Runner:deploy:
# - *artifactZipper
# - *hashBuild
# - *nexusUpload
# DECODER:packRelease:
# stage: pack
# tags:
# - win
# only:
# - main
# variables:
# APP_NAME: MP.MONO.DECODER
# APP_CONF: Release
# needs: ["DECODER:build"]
# script:
# - dotnet publish -p:PublishProfile=SingleApp.pubxml -p:RunCodeAnalysis=false -p:Configuration=$env:APP_CONF $env:APP_NAME/$env:APP_NAME.csproj
# - *artifactZipper
# - *hashBuild
# - *nexusUpload
# SIM:packRelease:
# stage: pack
# tags:
# - win
# only:
# - main
# variables:
# APP_NAME: MP.MONO.SIM
# APP_CONF: Release
# needs: ["SIM:build"]
# script:
# - dotnet publish -p:PublishProfile=SingleApp.pubxml -p:RunCodeAnalysis=false -p:Configuration=$env:APP_CONF $env:APP_NAME/$env:APP_NAME.csproj
# - *artifactZipper
# - *hashBuild
# - *nexusUpload
# UI:packRelease:
# stage: pack
# tags:
# - win
# only:
# - main
# variables:
# APP_NAME: MP.MONO.UI
# APP_CONF: Release
# needs: ["UI:build"]
# script:
# - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=$env:APP_CONF $env:APP_NAME/$env:APP_NAME.csproj -o:publish
# - *artifactMover
# - *hashBuild
# - *nexusUpload