Fix nome variabile in stage upload pacchetto nuget

This commit is contained in:
Samuele Locatelli
2025-08-08 09:21:03 +02:00
parent 4f60f6ccc1
commit 850d5e1f4a
+1 -1
View File
@@ -203,7 +203,7 @@ WebWindowConfigurator:SDK:deploy:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- 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_DEB.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
- '& "$env:NUGET_PATH" push *$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
# # --------------------------------
# # DEPLOY master (IIS03/IIS04)