From dbbea25eac233b5b6b17c33ad9583c1a589b9fa2 Mon Sep 17 00:00:00 2001 From: Kishikawa Katsumi Date: Sun, 25 Aug 2019 18:48:26 +0900 Subject: [PATCH] Fix typo --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7575596..980d73a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ jobs: set -o pipefail && xcodebuild build-for-testing test-without-building -workspace DiffableDataSources.xcworkspace -scheme DiffableDataSources -configuration Release ENABLE_TESTABILITY=YES | xcpretty -c -r junit -o build/reports/xcodebuild-macOS.xml - displayName: xcodebuild test maxOS + displayName: xcodebuild test macOS condition: succeededOrFailed() - script: | set -o pipefail &&