From 2bb5e0cb3eef236d31dfab0b6620a72d685d8028 Mon Sep 17 00:00:00 2001 From: rachguo Date: Thu, 13 Jul 2023 11:46:26 -0700 Subject: [PATCH] update --- tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 608b861..e5136a6 100644 --- a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml +++ b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml @@ -168,7 +168,7 @@ jobs: set -e -x ARTIFACTS_LIST=$(ls) POD_ARCHIVE=$(echo "${ARTIFACTS_LIST}" | sed -n '5p') - echo "##vso[task.setvariable variable='POD_ARCHIVE_NAME']${POD_ARCHIVE}" + echo "##vso[task.setvariable variable=POD_ARCHIVE_NAME]${POD_ARCHIVE}" shasum -a 256 "${POD_ARCHIVE_NAME}" workingDirectory: '$(Build.ArtifactStagingDirectory)/ios_packaging_artifacts' displayName: "Print ORT iOS Pod checksum"