We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea762ad + dbbea25 commit 8bd94b6Copy full SHA for 8bd94b6
azure-pipelines.yml
@@ -20,7 +20,7 @@ jobs:
20
set -o pipefail &&
21
xcodebuild build-for-testing test-without-building -workspace DiffableDataSources.xcworkspace -scheme DiffableDataSources -configuration Release ENABLE_TESTABILITY=YES |
22
xcpretty -c -r junit -o build/reports/xcodebuild-macOS.xml
23
- displayName: xcodebuild test maxOS
+ displayName: xcodebuild test macOS
24
condition: succeededOrFailed()
25
- script: |
26
0 commit comments