From 722aae6c9687160d7f4f2ee3aec3241030a01e07 Mon Sep 17 00:00:00 2001 From: exsersewo Date: Sat, 30 Jan 2021 02:10:04 +0000 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7354f36..6e41d3c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,11 @@ variables: buildConfiguration: 'Release' steps: +- task: UseDotNet@2 + inputs: + packageType: 'sdk' + version: '5.0.x' + - task: NuGetToolInstaller@1 - task: NuGetCommand@2