From 76e5fea2bb274952f92b0df9c2bcbeea42067581 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 10 Apr 2024 11:27:51 +0200 Subject: [PATCH] test deploy anche in develop --- .gitlab-ci.yml | 98 +------------------------------------------------- 1 file changed, 1 insertion(+), 97 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc9687a..304e3ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 - \ No newline at end of file