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:
Yi Zhang 2024-08-29 11:34:10 +08:00 committed by GitHub
parent 4fece0430f
commit be76e1e1b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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