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"