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 439cb94 commit e9832f3Copy full SHA for e9832f3
.github/workflows/publish.yml
@@ -58,8 +58,8 @@ jobs:
58
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
59
60
- name: Set NuGet source
61
- run: nuget sources add -name nugetfeed -source ${{ secrets.NUGET_FEED }} -username anything -password ${{ secrets.NUGET_AUTH }}
+ run: nuget sources add -name nugetfeed -source ${{ secrets.NUGET_FEED }} -username msrnpublish -password ${{ secrets.NUGET_AUTH }}
62
63
- name: Publish NuGet
64
run: |
65
- for %%i in (${{ runner.temp }}\final\*.nupkg) do nuget push %%i -Source ${{ secrets.NUGET_FEED }}
+ for %%i in (${{ runner.temp }}\final\*.nupkg) do nuget push %%i -Source ${{ secrets.NUGET_FEED }} -ApiKey msrnpublish
0 commit comments