Skip to content

Commit

Permalink
Disable xcpretty filtering of xcodebuild output in iOS packaging pipe…
Browse files Browse the repository at this point in the history
…line. (microsoft#17429)
  • Loading branch information
edgchen1 authored Sep 6, 2023
1 parent fa868ca commit a3a1237
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a3a1237

Please sign in to comment.