Skip to content

Add --skip-duplicate to NuGet push commands#36

Merged
Aaronontheweb merged 1 commit intodevfrom
fix/nuget-skip-duplicate
Apr 23, 2026
Merged

Add --skip-duplicate to NuGet push commands#36
Aaronontheweb merged 1 commit intodevfrom
fix/nuget-skip-duplicate

Conversation

@Aaronontheweb
Copy link
Copy Markdown
Contributor

Summary

The *.nupkg glob matches .snupkg files, causing the first push command to upload both the package and its symbols. The second command then tries to push the symbols again and fails with a 409 conflict.

Adding --skip-duplicate to both commands prevents this.

Root Cause

The .nupkg push already uploads .snupkg symbols automatically. When the .snupkg push runs, the symbols are already pending validation on nuget.org.

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) April 23, 2026 18:42
@Aaronontheweb Aaronontheweb merged commit 452e767 into dev Apr 23, 2026
5 checks passed
@Aaronontheweb Aaronontheweb deleted the fix/nuget-skip-duplicate branch April 23, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant