From 269912ff7a7c44980a28e47f3e1d981f1ab2386c Mon Sep 17 00:00:00 2001 From: Baiju Meswani Date: Mon, 5 Feb 2024 20:44:07 +0000 Subject: [PATCH] Change variable to parameter --- .../azure-pipelines/torch-ort-packaging-pipeline-nightly.yml | 1 + .../azure-pipelines/torch-ort-packaging-pipeline-stable.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/torch-ort-packaging-pipeline-nightly.yml b/tools/ci_build/github/azure-pipelines/torch-ort-packaging-pipeline-nightly.yml index f644861..803d8e5 100644 --- a/tools/ci_build/github/azure-pipelines/torch-ort-packaging-pipeline-nightly.yml +++ b/tools/ci_build/github/azure-pipelines/torch-ort-packaging-pipeline-nightly.yml @@ -25,6 +25,7 @@ stages: variables: BuildType: 'nightly' + UploadWheel: ${{ parameters.upload_wheel }} steps: - task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3 diff --git a/tools/ci_build/github/azure-pipelines/torch-ort-packaging-pipeline-stable.yml b/tools/ci_build/github/azure-pipelines/torch-ort-packaging-pipeline-stable.yml index 352674c..af8cbf5 100644 --- a/tools/ci_build/github/azure-pipelines/torch-ort-packaging-pipeline-stable.yml +++ b/tools/ci_build/github/azure-pipelines/torch-ort-packaging-pipeline-stable.yml @@ -25,6 +25,7 @@ stages: variables: BuildType: 'stable' + UploadWheel: ${{ parameters.upload_wheel }} steps: - task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3