Esplicitato x esteso nome pacchetto

This commit is contained in:
Samuele Locatelli
2025-08-08 09:50:30 +02:00
parent 6338f21d64
commit 3779aa5094
+2 -2
View File
@@ -201,9 +201,9 @@ WebWindowConfigurator:SDK:deploy:
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 --output $env:APP_NAME/bin/ $env:APP_NAME/$env:APP_NAME.csproj
- dotnet pack -p:Configuration=Debug -p:verbosity=quiet -p:PackageID=Egw.Lux.$env:APP_NAME --output $env:APP_NAME/bin/ $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:APP_NAME/bin/*$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
- '& "$env:NUGET_PATH" push $env:APP_NAME/bin/Egw.Lux.$env:APP_NAME.$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
# # --------------------------------
# # DEPLOY master (IIS03/IIS04)