From 10355d77e37e3efe5549583fef6a0063d8a288c3 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 6 Feb 2025 18:44:14 -0800 Subject: [PATCH] Binary c-api-cpu.yml 2 --- .../github/azure-pipelines/templates/c-api-cpu.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 cc5f621efc..86d665df2e 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 @@ -66,12 +66,12 @@ stages: BuildId: ${{ parameters.BuildId }} DoEsrp: ${{ parameters.DoEsrp }} -- stage: Android_Java_API_AAR_Packaging_Full - dependsOn: Setup # Setup stage defined in set_packaging_variables_stage.yml creates the ReleaseVersionSuffix variable - variables: - ReleaseVersionSuffix: $[stageDependencies.Setup.Set_Variables.outputs['Set_Release_Version_Suffix.ReleaseVersionSuffix']] - jobs: #------ Commented out jobs ----- +#- stage: Android_Java_API_AAR_Packaging_Full +# dependsOn: Setup # Setup stage defined in set_packaging_variables_stage.yml creates the ReleaseVersionSuffix variable +# variables: +# ReleaseVersionSuffix: $[stageDependencies.Setup.Set_Variables.outputs['Set_Release_Version_Suffix.ReleaseVersionSuffix']] +# jobs: # - template: android-java-api-aar.yml # parameters: # buildConfig: 'Release'