From 0484f3c56c08a56534fbcecb3a9014e6e84fa869 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 4 Oct 2018 16:41:03 +0100 Subject: [PATCH] derivedDataPath --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6589b9991e..3576084e3c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'