From 96e66bb1876c1dcca720cf4285034e96983335a2 Mon Sep 17 00:00:00 2001 From: Baiju Meswani Date: Mon, 5 Feb 2024 20:46:09 +0000 Subject: [PATCH] try --- .../azure-pipelines/templates/packaging-pipeline-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/packaging-pipeline-steps.yml b/tools/ci_build/github/azure-pipelines/templates/packaging-pipeline-steps.yml index 3ee3e19..0f56677 100644 --- a/tools/ci_build/github/azure-pipelines/templates/packaging-pipeline-steps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/packaging-pipeline-steps.yml @@ -81,7 +81,7 @@ steps: displayName: "docker run build.py --wheel_file /torch_ort_src/dist/$whlfilename" - task: AzureCLI@2 - condition: and(succeeded(), eq("${{ parameters.UploadWheel }}", 'yes'), eq("${{ parameters.BuildType }}", 'nightly')) + condition: and(succeeded(), eq('${{ parameters.UploadWheel }}', 'yes'), eq('${{ parameters.BuildType }}', 'nightly')) inputs: azureSubscription: 'AIInfraBuildOnnxRuntimeOSS' scriptType: 'bash'