|
|
|
@ -12,7 +12,7 @@ steps: |
|
|
|
configuration: 'Release' |
|
|
|
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' |
|
|
|
xcodeVersion: 'default' # Options: 8, 9, default, specifyPath |
|
|
|
args: '-derivedPath ./build' |
|
|
|
args: '-derivedDataPath ./build' |
|
|
|
- task: DotNetCoreInstaller@0 |
|
|
|
inputs: |
|
|
|
version: '2.1.401' |
|
|
|
|