From 08ad52e37a635ad8462ed23759a97930bb1bc4b3 Mon Sep 17 00:00:00 2001 From: Barbara Kudiess Date: Tue, 3 Mar 2020 16:00:57 -0800 Subject: [PATCH] Updates .yml file to support .net core --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5307ec0067d..ccc2d9ea9f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,13 @@ variables: buildConfiguration: 'Release' steps: +- task: UseDotNet@2 + displayName: 'Install .NET Core sdk' + inputs: + packageType: sdk + version: 3.1.100 + installationPath: $(Agent.ToolsDirectory)/dotnet + - task: NuGetToolInstaller@1 - task: NuGetCommand@2