Skip to content

Commit

Permalink
modify mac ios packaging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carzh committed Sep 17, 2024
1 parent d614f41 commit fd9ea9d
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,12 @@ stages:

- script: |
set -e -x
appcenter test run xcuitest \
--app "AI-Frameworks/ORT-Mobile-iOS" \
--devices $(app_center_test_devices) \
--test-series "master" \
--locale "en_US" \
--build-dir $(Build.BinariesDirectory)/app_center_test/apple_package_test/DerivedData/Build/Products/Debug-iphoneos \
--token $(app_center_api_token)
displayName: "Run E2E tests on App Center"
echo "$(find . -iname "*.ipa")"
echo "==================================================================="
echo "$(find . -iname "*debug*")"
cd $(Build.BinariesDirectory)/app_center_test/apple_package_test/DerivedData/Build/Products/Debug-iphoneos
echo "$(ls)"
displayName: "Find app and tests files"
- script: |
set -e -x
Expand Down

0 comments on commit fd9ea9d

Please sign in to comment.