From fbc039f73a16dd2ddb51ec64b2608a9b962c250d Mon Sep 17 00:00:00 2001 From: d-barker <31757611+d-barker@users.noreply.github.com> Date: Fri, 24 Jan 2020 16:03:37 +0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f20b46a..5538b81 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,12 @@ variables: buildConfiguration: 'Release' steps: + +- task: UseDotNet@2 + inputs: + packageType: 'sdk' + version: '3.1.101' + - task: NuGetToolInstaller@1 - task: NuGetCommand@2