Browse Source

Update azure-pipelines.yml

pull/3211/head
Benedikt Stebner 6 years ago
committed by GitHub
parent
commit
bca8bc2fce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -49,10 +49,10 @@ jobs:
inputs:
actions: 'build'
scheme: ''
sdk: 'macosx10.15'
sdk: 'macosx10.14'
configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: 'default' # Options: 8, 9, default, specifyPath
xcodeVersion: '10.3' # Options: 8, 9, default, specifyPath
args: '-derivedDataPath ./'
- task: CmdLine@2

Loading…
Cancel
Save