api key unprotected

This commit is contained in:
Paul Schneider
2021-05-09 03:06:23 +01:00
parent d063f10da5
commit 93394b3e82
2 changed files with 15 additions and 5 deletions

View File

@ -44,4 +44,5 @@ pack:
paths:
- bin/Release/nuget-host.*.nupkg
script:
- dotnet pack --version-suffix ci --configuration Release --no-restore
- dotnet pack --configuration Release --no-restore
- nuget push -Source $NUGETSOURCE -ApiKey $NUGETSOURCEAPIKEY bin/Release/nuget-host.*.nupkg