Skip to content

chore(ci): Add --skip-duplicate to NuGet push for idempotent re-runs#70

Merged
agneszitte merged 1 commit into
mainfrom
dev/agzi/ci-skip-duplicate-nuget-push
Mar 18, 2026
Merged

chore(ci): Add --skip-duplicate to NuGet push for idempotent re-runs#70
agneszitte merged 1 commit into
mainfrom
dev/agzi/ci-skip-duplicate-nuget-push

Conversation

@agneszitte

@agneszitte agneszitte commented Mar 17, 2026

Copy link
Copy Markdown
Member

Summary

Add --skip-duplicate flag to dotnet nuget push commands in CI workflows to make NuGet publish steps idempotent.

Why

When re-running CI, publish jobs fail because the package version already exists. The --skip-duplicate flag allows safe re-runs without failing on already-published packages.

This is part of an org-wide effort to make all unoplatform repo CI publish steps resilient to re-runs after certificate rotation or transient failures.

Related to unoplatform/uno.templates#2029

@agneszitte
agneszitte requested review from jeromelaban and kazo0 March 17, 2026 21:07
@agneszitte
agneszitte merged commit 17a5625 into main Mar 18, 2026
8 checks passed
@agneszitte
agneszitte deleted the dev/agzi/ci-skip-duplicate-nuget-push branch March 18, 2026 14:53
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.

2 participants