Browse Source

fix sdk.

pull/5170/head
Dan Walmsley 5 years ago
parent
commit
19e1266993
  1. 3
      azure-pipelines.yml

3
azure-pipelines.yml

@ -50,7 +50,8 @@ jobs:
- task: Xcode@5
inputs:
actions: 'build'
scheme: 'macosx11.0'
scheme: ''
sdk: 'macosx11.0'
configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: '12' # Options: 8, 9, default, specifyPath

Loading…
Cancel
Save