TODO cli output

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

View file

@ -48,4 +48,6 @@ pack:
- src/nuget-host/bin/Release/nuget-host.*.nupkg - src/nuget-host/bin/Release/nuget-host.*.nupkg
script: script:
- dotnet pack --configuration Release --no-restore - 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