Skip to content

Commit

Permalink
Use 'Debug' configuration when building with Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcosmonaut committed Oct 2, 2020
1 parent 1f95912 commit 0f0446c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -27,7 +27,7 @@ steps:
- task: Xcode@5
inputs:
actions: 'test'
configuration: 'Release'
configuration: 'Debug'
sdk: 'iphoneos'
xcWorkspacePath: 'Example/RFIBANHelper.xcodeproj'
scheme: 'RFIBANHelper'
Expand Down

0 comments on commit 0f0446c

Please sign in to comment.