Skip to content

Commit

Permalink
Fix Nuget-Cuda pubish pipeline (#20794)
Browse files Browse the repository at this point in the history
### 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. -->
  • Loading branch information
jchen351 authored May 24, 2024
1 parent 0cf7caa commit 884acd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 884acd4

Please sign in to comment.