From b0bb210b626539e0aa9ea0a99ff2df3bf31b79db Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Feb 2023 15:56:32 +0100 Subject: [PATCH 1/3] fix yaml di produzione --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e73d18..d1b37d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,6 @@ variables: stages: - build - staging - - deploy - release From d03d74f0314fb6a78d0a4f1f67f1bc8cc07936ef Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Feb 2023 15:57:58 +0100 Subject: [PATCH 2/3] ancora test yaml x main --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1b37d3..43a8ac0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,6 @@ variables: stages: - build - - staging - release @@ -105,8 +104,8 @@ Egw.Core.Razor.Comp:build: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj # ---------- Upload Debug/Unstable ---------- -Egw.Core.Razor.Comp:staging: - stage: staging +Egw.Core.Razor.Comp:release-dev: + stage: release tags: - win variables: @@ -128,7 +127,7 @@ Egw.Core.Razor.Comp:staging: - '& "$env:NUGET_PATH" push $env:APP_NAME/bin/Debug/$env:APP_NAME.$env:NUM_DEB.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted' # ---------- RELEASE ---------- -Egw.Core.Razor.Comp:release: +Egw.Core.Razor.Comp:release-rel: stage: release tags: - win From ab5b57e316322db4e55c552786615a680ae70c46 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Feb 2023 15:59:03 +0100 Subject: [PATCH 3/3] fix commento yaml --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43a8ac0..2ca395e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,6 @@ stages: - build - release - # ---------- BUILD ---------- Egw.Core.Razor.Comp:build: stage: build @@ -137,8 +136,6 @@ Egw.Core.Razor.Comp:release-rel: NU_TYPE: Release only: - main - except: - - branches needs: ["Egw.Core.Razor.Comp:build"] before_script: - *nuget-fix