From 488cb316aa94dec2deb0909eadc6aa87e3f57672 Mon Sep 17 00:00:00 2001 From: Chris Gillum Date: Fri, 19 Nov 2021 16:20:39 -0800 Subject: [PATCH] Add .NET Core 2.1 support for build signing pipeline (#55) --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e28662e..870954b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,12 @@ pool: vmImage: 'windows-latest' steps: +- task: UseDotNet@2 + displayName: 'Use the .NET Core 2.1 SDK (required for building signing)' + inputs: + packageType: 'sdk' + version: '2.1.x' + - task: UseDotNet@2 displayName: 'Use the .NET 6 SDK' inputs: