From 98363965f9c1dff9fe69540665c66f87d0ad3718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Thu, 31 Oct 2024 15:18:34 -0400 Subject: [PATCH] ci: Adjust publis publish for packages (cherry picked from commit 099d4b1f73cb90c12ddfee5c456a6402dbc15881) --- 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 8072cbfe6c48..39fdb01b0ea9 100644 --- a/build/ci/templates/nuget-publish-public.yml +++ b/build/ci/templates/nuget-publish-public.yml @@ -3,7 +3,7 @@ steps: displayName: 'Publish to nuget.org' inputs: command: 'push' - packagesToPush: '$(Pipeline.Workspace)/Nuget_Packages/**/*.nupkg;$(Pipeline.Workspace)/Nuget_Packages/**/*Private*.nupkg' + packagesToPush: '$(Pipeline.Workspace)/Nuget_Packages/**/*.nupkg' nuGetFeedType: 'external' publishFeedCredentials: 'nuget.org uno packages' verbosityPush: 'Normal'