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