From 28c577e846d18fe483c617ee6df42e0bd23ad0e4 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 6 Feb 2025 16:44:32 -0800 Subject: [PATCH] set ortPodVersion --- .../templates/stages/mac-ios-packaging-build-stage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml index e25bce0f8a..b639a9ffd0 100644 --- a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml @@ -25,7 +25,6 @@ stages: # https://developer.apple.com/support/xcode/ xcodeVersion: "14.3.1" iosSimulatorRuntimeVersion: "16.4" - ortPodVersion: $[stageDependencies.IosPackaging_SetCommonVariables.j.outputs['SetCommonVariables.ORT_POD_VERSION']] ${{ if eq(parameters.packageVariant, 'Full') }}: buildSettingsFile: "tools/ci_build/github/apple/default_full_apple_framework_build_settings.json" cPodName: onnxruntime-c @@ -75,7 +74,7 @@ stages: echo "${VAR_NAME}: ${VAR_VALUE}" } - set_var "ORT_POD_VERSION" "${VERSION}" + set_var "ortPodVersion" "${VERSION}" displayName: "Set common variables" name: SetCommonVariables