From 0f0446c7da2e29a33e89a6f80fd6f5a479c11d25 Mon Sep 17 00:00:00 2001 From: Hindrik Bruinsma Date: Fri, 2 Oct 2020 12:51:28 +0200 Subject: [PATCH] Use 'Debug' configuration when building with Xcode --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6655094..33e9b52 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ steps: - task: Xcode@5 inputs: actions: 'test' - configuration: 'Release' + configuration: 'Debug' sdk: 'iphoneos' xcWorkspacePath: 'Example/RFIBANHelper.xcodeproj' scheme: 'RFIBANHelper'