From 6f981440159f0b2447bbaf01aa8808dc59530f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20ZITTE?= <16295702+agneszitte@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:39:06 -0400 Subject: [PATCH] chore(ci): Add allowPackageConflicts for idempotent NuGet publish --- build/ci/templates/nuget-publish-public.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/templates/nuget-publish-public.yml b/build/ci/templates/nuget-publish-public.yml index 408c27b8f6..382190bcae 100644 --- a/build/ci/templates/nuget-publish-public.yml +++ b/build/ci/templates/nuget-publish-public.yml @@ -8,4 +8,4 @@ steps: nuGetFeedType: 'external' publishFeedCredentials: 'nuget.org uno packages' verbosityPush: 'Normal' - + allowPackageConflicts: true