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 4fcf894 commit d21a70dCopy full SHA for d21a70d
.github/workflows/nuget-publish.yml
@@ -36,5 +36,5 @@ jobs:
36
37
- name: "Publish NuGet packages to nuget.org"
38
run: |
39
- nuget push "artifacts\*.nupkg" --skip-duplicate -ApiKey $env:NUGET_AUTH_TOKEN -Source https://api.nuget.org/v3/index.json
40
- nuget push "artifacts\*.snupkg" --skip-duplicate -ApiKey $env:NUGET_AUTH_TOKEN -Source https://api.nuget.org/v3/index.json
+ nuget push "artifacts\*.nupkg" -SkipDuplicate -ApiKey $env:NUGET_AUTH_TOKEN -Source https://api.nuget.org/v3/index.json
+ nuget push "artifacts\*.snupkg" -SkipDuplicate -ApiKey $env:NUGET_AUTH_TOKEN -Source https://api.nuget.org/v3/index.json
0 commit comments