diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e73d18..2ca395e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,11 +86,8 @@ variables: stages: - build - - staging - - deploy - release - # ---------- BUILD ---------- Egw.Core.Razor.Comp:build: stage: build @@ -106,8 +103,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: @@ -129,7 +126,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 @@ -139,8 +136,6 @@ Egw.Core.Razor.Comp:release: NU_TYPE: Release only: - main - except: - - branches needs: ["Egw.Core.Razor.Comp:build"] before_script: - *nuget-fix