From 884acd4598a437521921dfdec596923afa3f4ed1 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 23 May 2024 18:27:46 -0700 Subject: [PATCH] Fix Nuget-Cuda pubish pipeline (#20794) ### Description Previous all feed are set to nightly, the offcial released feed-id is not set ### Motivation and Context --- .../azure-pipelines/stages/nuget-cuda-publishing-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/stages/nuget-cuda-publishing-stage.yml b/tools/ci_build/github/azure-pipelines/stages/nuget-cuda-publishing-stage.yml index 252b96e54bab0..13e6095e6a9ee 100644 --- a/tools/ci_build/github/azure-pipelines/stages/nuget-cuda-publishing-stage.yml +++ b/tools/ci_build/github/azure-pipelines/stages/nuget-cuda-publishing-stage.yml @@ -64,7 +64,7 @@ stages: inputs: command: push packagesToPush: '$(Build.BinariesDirectory)/nuget-artifact/final-package/*.nupkg' - publishVstsFeed: '2692857e-05ef-43b4-ba9c-ccf1c22c437c/d3daa2b0-aa56-45ac-8145-2c3dc0661c87' + publishVstsFeed: 'PublicPackages/${{ parameters.artifact_feed }}' allowPackageConflicts: true