We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee0e52 commit 2c7a1a5Copy full SHA for 2c7a1a5
.github/workflows/dotnet.yml
@@ -247,8 +247,8 @@ jobs:
247
name: package
248
path: ${{ runner.temp }}/packages/
249
- run: |
250
- dotnet nuget add source ${{ secrets.PRIVATE_NUGET_PACKAGE_FEED_URL }} --name private-feed --username irrelevant --password ${{ secrets.PRIVATE_NUGET_PACKAGE_FEED_API_KEY }} --store-password-in-clear-text
251
- dotnet nuget push **/*.nupkg --source private-feed
+ dotnet nuget add source ${{ secrets.PRIVATE_NUGET_PACKAGE_FEED_URL }} --name private-feed
+ dotnet nuget push **/*.nupkg --source private-feed --ApiKey ${{ secrets.PRIVATE_NUGET_PACKAGE_FEED_API_KEY }}
252
working-directory: ${{ runner.temp }}/packages/
253
254
release-package:
0 commit comments