From f5be385c3aa9a4f9b87d00869e8a39255bbc65dc Mon Sep 17 00:00:00 2001 From: rachguo Date: Thu, 13 Jul 2023 14:08:13 -0700 Subject: [PATCH] update --- tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml | 3 +++ 1 file changed, 3 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 e1868df..8010b39 100644 --- a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml +++ b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml @@ -175,8 +175,11 @@ jobs: POD_ARCHIVE=$(echo "${ARTIFACTS_LIST}" | sed -n '3p') shasum -a 256 "$(Build.ArtifactStagingDirectory)/ios_packaging_artifacts_full/${POD_ARCHIVE}" + + ls -R cp "$(Build.ArtifactStagingDirectory)/ios_packaging_artifacts_full/${POD_ARCHIVE}" swift/ + export ORT_IOS_POD_LOCAL_PATH="swift/${POD_ARCHIVE}" xcodebuild test -scheme onnxruntime -destination 'platform=iOS Simulator,name=iPhone 14' rm swift/pod-archive-onnxruntime-c-*.zip