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 bcbed52 commit dee41b8Copy full SHA for dee41b8
.github/workflows/nuget-preview.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Publish NuGet
57
run: |
58
dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.nupkg
59
- dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.snupkg
+ dotnet nuget push --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.snupkg
60
61
# TODO: Run perf tests
62
# TODO: Run mono tests on Windows?
0 commit comments