mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Add dependent stages in nuget packaging pipelines (#21886)
### Description Since the stage need to download drop-extra, it should add the dependencies ### 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
4fece0430f
commit
be76e1e1b8
1 changed files with 3 additions and 0 deletions
|
|
@ -492,6 +492,9 @@ stages:
|
|||
- Linux_C_API_Packaging_CPU
|
||||
- Linux_C_API_Packaging_GPU
|
||||
- MacOS_C_API_Package_Publish
|
||||
- Windows_Packaging_CPU_x86_${{ parameters.BuildVariant }}
|
||||
- Windows_Packaging_CPU_x64_${{ parameters.BuildVariant }}
|
||||
- Windows_Packaging_CPU_arm64_${{ parameters.BuildVariant }}
|
||||
condition: succeeded()
|
||||
jobs:
|
||||
- job: Nodejs_Packaging
|
||||
|
|
|
|||
Loading…
Reference in a new issue