mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
Disable xcpretty filtering of xcodebuild output in iOS packaging pipeline. (#17429)
This commit is contained in:
parent
fa868ca9cd
commit
a3a1237270
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ stages:
|
|||
provisioningProfileName: 'iOS Team Provisioning Profile'
|
||||
args: '-derivedDataPath $(Build.BinariesDirectory)/app_center_test/ios_package_test/DerivedData'
|
||||
workingDirectory: '$(Build.BinariesDirectory)/app_center_test/ios_package_test/'
|
||||
useXcpretty: false # xcpretty can hide useful error output so we will disable it
|
||||
displayName: 'Build App Center iPhone arm64 tests'
|
||||
|
||||
- script: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue