From d28205a674ecaa4d0026d9d8883ddb0961685d06 Mon Sep 17 00:00:00 2001 From: rachguo Date: Wed, 12 Jul 2023 17:54:49 -0700 Subject: [PATCH] fix --- tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml index 4a55d70..480a0a2 100644 --- a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml +++ b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml @@ -19,6 +19,7 @@ jobs: variables: xcodeVersion: "14.3" + podArchive: "" timeoutInMinutes: 300 @@ -168,6 +169,7 @@ jobs: set -e -x ARTIFACTS_LIST=$(ls) POD_ARCHIVE=$(echo "${ARTIFACTS_LIST}" | sed -n '5p') + echo "##vso[task.setvariable variable=podArchive]${POD_ARCHIVE}" shasum -a 256 "${POD_ARCHIVE}" workingDirectory: '$(Build.ArtifactStagingDirectory)/ios_packaging_artifacts' displayName: "Print ORT iOS Pod checksum"