TODO cli output
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user