Update main.yml

This commit is contained in:
Changming Sun
2025-07-16 22:40:53 -07:00
committed by GitHub
parent 97f21b15c2
commit 4ec6a36a11
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
cd "$(Build.SourcesDirectory)" cd "$(Build.SourcesDirectory)"
cp "$(Build.ArtifactStagingDirectory)/${{ parameters.artifactName }}/${POD_ARCHIVE}" swift/ cp "$(Build.ArtifactStagingDirectory)/${{ parameters.artifactName }}/${POD_ARCHIVE}" swift/
export ORT_POD_LOCAL_PATH="swift/${POD_ARCHIVE}" export ORT_POD_LOCAL_PATH="swift/${POD_ARCHIVE}"
xcodebuild test -scheme onnxruntime-Package -destination 'platform=iOS Simulator,name=iPhone 14' xcodebuild test -scheme onnxruntime-Package -destination 'platform=iOS Simulator,name=iPhone 16'
xcodebuild test -scheme onnxruntime-Package -destination 'platform=macosx' xcodebuild test -scheme onnxruntime-Package -destination 'platform=macosx'