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"