From f1a210f99ff8e86887b27abddf271a20625ef54b Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Wed, 23 Oct 2019 23:20:40 +0300 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 684181e8..45d30d0e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ steps: displayName: 'Install .net core 3.0' inputs: packageType: sdk - version: '3.0.100' + useGlobalJson: true installationPath: $(Agent.ToolsDirectory)/dotnet - bash: ./build.sh condition: or( eq( variables['Agent.OS'], 'Darwin' ), eq( variables['Agent.OS'], 'Linux' ))