Browse Source

derivedDataPath

pull/1977/head
Dan Walmsley 8 years ago
parent
commit
0484f3c56c
  1. 2
      azure-pipelines.yml

2
azure-pipelines.yml

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

Loading…
Cancel
Save