mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-11 00:49:31 +00:00
Add 'name' key to xcodebuild 'destination' option. (#15690)
This commit is contained in:
parent
c401cf4b51
commit
c415bc725f
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ jobs:
|
|||
set -e -x
|
||||
cp "$(Build.ArtifactStagingDirectory)/pod-archive-onnxruntime-c-${ORT_POD_VERSION}.zip" swift/
|
||||
export ORT_IOS_POD_LOCAL_PATH="swift/pod-archive-onnxruntime-c-${ORT_POD_VERSION}.zip"
|
||||
xcodebuild test -scheme onnxruntime -destination 'platform=iOS Simulator'
|
||||
xcodebuild test -scheme onnxruntime -destination 'platform=iOS Simulator,name=iPhone 14'
|
||||
rm swift/pod-archive-onnxruntime-c-*.zip
|
||||
displayName: "Test Package.swift usage"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue