Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dee41b8

Browse files
committed
newer .NET SDK might push symbols package along with the main package, so when pushing symbols package, allow conflicts
1 parent bcbed52 commit dee41b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Publish NuGet
5757
run: |
5858
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
59+
dotnet nuget push --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_MONTHLY }} Release-Preview/*.snupkg
6060
6161
# TODO: Run perf tests
6262
# TODO: Run mono tests on Windows?

0 commit comments

Comments
 (0)