mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Use double quotes so variable gets expanded. (#17105)
This commit is contained in:
parent
ebaeda6c23
commit
e7e974b23f
1 changed files with 1 additions and 1 deletions
|
|
@ -115,6 +115,6 @@ stages:
|
|||
|
||||
cp "$(Pipeline.Workspace)/ios_packaging_artifacts_full/pod-archive-onnxruntime-c-$(ortPodVersion).zip" swift/
|
||||
export ORT_IOS_POD_LOCAL_PATH="swift/pod-archive-onnxruntime-c-$(ortPodVersion).zip"
|
||||
xcodebuild test -scheme onnxruntime -destination 'platform=iOS Simulator,id=${SIMULATOR_DEVICE_ID}'
|
||||
xcodebuild test -scheme onnxruntime -destination "platform=iOS Simulator,id=${SIMULATOR_DEVICE_ID}"
|
||||
rm swift/pod-archive-onnxruntime-c-$(ortPodVersion).zip
|
||||
displayName: "Test Package.swift usage"
|
||||
|
|
|
|||
Loading…
Reference in a new issue