From 88fd934fb1ef03f725df3cd9714962ec5318a698 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sat, 12 Dec 2020 19:48:43 +0000 Subject: [PATCH] list sdks. --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3c131e8663..2f41af8b89 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,14 @@ jobs: inputs: script: | cd src/tools/MicroComGenerator; dotnet run -i ../../Avalonia.Native/avn.idl --cpp ../../../native/Avalonia.Native/inc/avalonia-native.h + + - task: CmdLine@2 + displayName: 'List SDKs' + inputs: + script: | + xcodebuild -showsdks + - task: Xcode@5 - task: Xcode@5 inputs: actions: 'build'