minor change

This commit is contained in:
Paul Schneider 2021-05-20 20:35:11 +01:00
commit 41fbe54638
2 changed files with 2 additions and 2 deletions

View file

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