From be76e1e1b8e2914e448d12a0cc683c00014c0490 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 29 Aug 2024 11:34:10 +0800 Subject: [PATCH] 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 --- tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml index 74fc64fa53a4a..8b4fe66465bb1 100644 --- a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml @@ -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