From 825c624971bc170d1374abadd65c03d3d7efe68b Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Thu, 30 May 2019 14:25:33 +0000 Subject: [PATCH] Build: Azure Pipelines install SDK 2.2.106 --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bac42740..9eb58cfc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,5 +10,11 @@ pool: vmImage: 'windows-2019' steps: +- task: UseDotNet@2 + displayName: 'Use .NET Core SDK' + inputs: + packageType: sdk + version: 2.2.106 + installationPath: $(Agent.ToolsDirectory)/dotnet - script: build.cmd test displayName: 'Build & Test'