mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
set ortPodVersion
This commit is contained in:
parent
d8c9fd00a1
commit
28c577e846
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue