From 5cb8d2277141815c31f27752bf475449b390d741 Mon Sep 17 00:00:00 2001 From: rachguo Date: Fri, 14 Jul 2023 12:20:14 -0700 Subject: [PATCH] update --- .../ci_build/github/mac-ios-swift-packaging-pipeline.yml | 8 -------- 1 file changed, 8 deletions(-) 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 9e7ffc9..ec430f7 100644 --- a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml +++ b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml @@ -94,14 +94,6 @@ stages: parameters: xcodeVersion: ${{ variables.xcodeVersion }} - - script: | - set -e -x - VERSION_FILE="$(Build.SourcesDirectory)/version.txt" - SPM_POD_VERSION="$(cat "${VERSION_FILE}")" - shasum -a 256 "https://onnxruntimepackages.z14.web.core.windows.net/pod-archive-onnxruntime-c-${SPM_POD_VERSION}.zip" - workingDirectory: "$(Build.SourcesDirectory)" - displayName: "Print ORT iOS Release Pod checksum" - - script: | set -e -x xcodebuild test -scheme onnxruntime -destination 'platform=iOS Simulator,name=iPhone 14'