Update macos spm test in CI with new release packages (#14)

* update test commands for spm cis for macos builds

* update with release package

* update checksum

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
This commit is contained in:
Rachel Guo
2024-02-13 17:56:54 -08:00
committed by GitHub
parent b93c9584a8
commit ce64739c6d
3 changed files with 10 additions and 6 deletions
@@ -20,6 +20,7 @@
- script: |
set -e -x
xcodebuild test -scheme onnxruntime-Package -destination 'platform=iOS Simulator,name=iPhone 14'
xcodebuild test -scheme onnxruntime-Package -destination 'platform=macosx'
workingDirectory: "$(Build.SourcesDirectory)"
displayName: "Test Package.swift usage"