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.
2 parents c4fd795 + 86b7a2b commit c26feddCopy full SHA for c26fedd
1 file changed
.github/workflows/build-and-test.yml
@@ -146,5 +146,5 @@ jobs:
146
run: |
147
$source = "https://www.myget.org/F/sixlabors/api/v2/package"
148
$symbolSource = "https://www.myget.org/F/sixlabors/api/v3/index.json"
149
- dotnet nuget push .\artifacts\*.nupkg ${{secrets.MYGET_TOKEN}} --source $source --symbol-source $symbolSource
+ dotnet nuget push .\artifacts\*.nupkg --symbol-api-key ${{secrets.MYGET_TOKEN}} --source $source --symbol-source $symbolSource
150
# TODO: If github.ref starts with 'refs/tags' then it was tag push and we can optionally push out package to nuget.org
0 commit comments