TODO cli output

broken/ef
Paul Schneider 3 years ago
parent 97dec15153
commit a8c9b7619f
1 changed files with 3 additions and 1 deletions

@ -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

Loading…