TODO cli output

This commit is contained in:
Paul Schneider
2021-05-11 23:44:43 +01:00
parent 97dec15153
commit a8c9b7619f

View File

@ -48,4 +48,6 @@ pack:
- src/nuget-host/bin/Release/nuget-host.*.nupkg
script:
- dotnet pack --configuration Release --no-restore
- nuget push -Source $NUGETSOURCE -ApiKey "$NUGETSOURCEAPIKEY" src/nuget-host/bin/Release/nuget-host.*.nupkg
- cd src/nuget-cli
- dotnet run push -s $NUGETSOURCE -k "$NUGETSOURCEAPIKEY" ../nuget-host/bin/Release/nuget-host.*.nupkg