From 6c70b008973cca1c1e23bfb1b6028b7e7097c0e2 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sun, 21 Oct 2018 23:06:28 +0100 Subject: [PATCH] build avalonia native osx part. --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 14923d9ccf..2e59726c4b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,15 @@ jobs: pool: vmImage: 'xcode9-macos10.13' steps: + - task: Xcode@5 + inputs: + actions: 'build' + scheme: '' + sdk: 'macosx10.13' + configuration: 'Release' + xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' + xcodeVersion: 'default' # Options: 8, 9, default, specifyPath + args: '-derivedDataPath ./' - script: | dotnet --info ./build.sh --target "Azure-OSX" --configuration "Release"