From 19e1266993df97494f4e4fa7215699ac8db182dd Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sat, 12 Dec 2020 19:53:46 +0000 Subject: [PATCH] fix sdk. --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63ba47ec46..15392278c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,7 +50,8 @@ jobs: - task: Xcode@5 inputs: actions: 'build' - scheme: 'macosx11.0' + scheme: '' + sdk: 'macosx11.0' configuration: 'Release' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' xcodeVersion: '12' # Options: 8, 9, default, specifyPath