From 875b9a53de7d32c0b932c31ed99d974dafc528f0 Mon Sep 17 00:00:00 2001 From: Nathan Bowes <43962372+nbowes24@users.noreply.github.com> Date: Fri, 31 Jul 2020 10:23:40 +0100 Subject: [PATCH] Add Use .NET Core 2.2 SDK --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9d57ccd082..bca9bdbd71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,11 @@ resources: endpoint: "GitHub (SFA)" steps: +- task: UseDotNet@2 + displayName: 'Use .NET Core sdk 2.2.x' + inputs: + version: 2.2.x + - task: gittools.gitversion.gitversion-task.GitVersion@5 displayName: GitVersion inputs: