From e452664cd12e19e04b26f0a73925201852b89680 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 7 Nov 2019 17:19:15 +0000 Subject: [PATCH] fix osx build. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 603308ef9a..a4bd035ac9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,7 @@ jobs: steps: - task: DotNetCoreInstaller@0 inputs: - version: '2.1.403' + version: '3.0.100' - task: CmdLine@2 displayName: 'Install Mono 5.18'