mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
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:
parent
0cf7caaff2
commit
884acd4598
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue