From dcf52fce844916f174cf89617f439c9f5935524e Mon Sep 17 00:00:00 2001 From: Benedikt Stebner Date: Mon, 4 Nov 2019 14:35:58 +0100 Subject: [PATCH 1/3] Use a new macosx SDK --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 92e4afdca8..04e7262930 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,7 @@ jobs: inputs: actions: 'build' scheme: '' - sdk: 'macosx10.14' + sdk: 'macosx10.15' configuration: 'Release' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' xcodeVersion: 'default' # Options: 8, 9, default, specifyPath From bca8bc2fceb3915e74d3da316aab1cd614e6b476 Mon Sep 17 00:00:00 2001 From: Benedikt Stebner Date: Mon, 4 Nov 2019 15:00:06 +0100 Subject: [PATCH 2/3] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04e7262930..4fe4d825bb 100644 --- a/azure-pipelines.yml +++ b/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 From 08fdce729eef0cff19afeb365c1fc840170088fb Mon Sep 17 00:00:00 2001 From: Benedikt Stebner Date: Mon, 4 Nov 2019 15:09:11 +0100 Subject: [PATCH 3/3] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4fe4d825bb..603308ef9a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ jobs: sdk: 'macosx10.14' configuration: 'Release' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' - xcodeVersion: '10.3' # Options: 8, 9, default, specifyPath + xcodeVersion: '10' # Options: 8, 9, default, specifyPath args: '-derivedDataPath ./' - task: CmdLine@2