Fix ordine steps x gestione num versione: il check su beta va DOPO BUILD

This commit is contained in:
Samuele Locatelli
2025-08-08 09:32:23 +02:00
parent 25e0ff49e8
commit 90f2dd7cbb
+1 -1
View File
@@ -193,7 +193,6 @@ WebWindowConfigurator:SDK:deploy:
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
- *nuspec-fix
rules:
- if: $CI_COMMIT_BRANCH == 'develop'
- if: $CI_COMMIT_BRANCH =~ /^feature\/Test.UI.+/
@@ -201,6 +200,7 @@ WebWindowConfigurator:SDK:deploy:
needs: ["Test.UI:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- *nuspec-fix
- dotnet pack -p:Configuration=Debug -p:verbosity=quiet -p:PackageID=Egw.Lux.WebWindowConfigurator $env:APP_NAME/$env:APP_NAME.csproj
- '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -source http://nexus.steamware.net/repository/nuget-hosted'
- '& "$env:NUGET_PATH" push *$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'