Skip to content

Commit

Permalink
Add dependent stages in nuget packaging pipelines (microsoft#21886)
Browse files Browse the repository at this point in the history
### 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. -->
  • Loading branch information
mszhanyi authored Aug 29, 2024
1 parent 4fece04 commit be76e1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be76e1e

Please sign in to comment.