From 18ca29236a63274a9e4e7d342e645b8398b123f3 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Tue, 23 Oct 2018 13:56:40 +0100 Subject: [PATCH] manually install dotnet on osx --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 872865a9e8..1eb7e226c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,9 @@ jobs: pool: vmImage: 'xcode9-macos10.13' steps: + - task: DotNetCoreInstaller@0 + inputs: + version: '2.1.403' - task: Xcode@5 inputs: actions: 'build'