TODO cli output
This commit is contained in:
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
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue