From d69842226b47e5336568103541b071447caeb9bf Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Fri, 1 Dec 2023 07:57:46 -0800 Subject: [PATCH] Update the template files to correct stage to fix the python cuda 12 packaging pipeline (#18651) --- .../github/azure-pipelines/py-cuda-packaging-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml index 91179d1414..aee42d3675 100644 --- a/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml @@ -31,7 +31,7 @@ resources: ref: 5eda9aded5462201e6310105728d33016e637ea7 stages: - - template: stages/py-nuget-combine-cuda-stage.yml + - template: stages/py-cuda-packaging-stage.yml parameters: enable_linux_gpu: ${{ parameters.enable_linux_gpu }} enable_windows_gpu: ${{ parameters.enable_windows_gpu }}