Spostamento relativo nusapec files

This commit is contained in:
Emmanuele Sassi
2025-09-30 18:52:43 +02:00
parent c9208e3973
commit fe279def07
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ EgwMultiEngineManager.Core:SDK:deploy:
# - dotnet build $env:APP_NAME/$env:APP_NAME.vbproj
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.vbproj" -target:Build /p:Configuration=Debug /p:OutputPath=bin/ /verbosity:minimal /m'
#- dotnet pack -p:Configuration=Debug -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.vbproj
- '& "$env:NUGET_PATH" pack "$env:APP_NAME/$env:APP_NAME.Debug.nuspec"'
- '& "$env:NUGET_PATH" pack "$env:APP_NAME.Debug.nuspec"'
- '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -source http://nexus.steamware.net/repository/nuget-hosted'
- '& "$env:NUGET_PATH" push $env:APP_NAME/bin/Debug/$env:APP_NAME.$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'