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
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Jian Chen 2024-05-23 18:27:46 -07:00 committed by GitHub
parent 0cf7caaff2
commit 884acd4598
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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