From f9b1d99c51d24670002374cbd9e9dff8297178f4 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Tue, 26 Oct 2021 20:57:23 +0100 Subject: [PATCH] use correct sdk on windows. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bc60f84107..e2cac22ec4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,9 +96,9 @@ jobs: SolutionDir: '$(Build.SourcesDirectory)' steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 3.1.401' + displayName: 'Use .NET Core SDK 5.0.408' inputs: - version: 3.1.401 + version: 5.0.408 - task: CmdLine@2 displayName: 'Install Nuke'