From 0ebeade794ed483d8e906f5d318bd9acabd2dd9d Mon Sep 17 00:00:00 2001
From: David Guida <1432872+mizrael@users.noreply.github.com>
Date: Thu, 25 Jan 2024 09:52:30 -0500
Subject: [PATCH] .net6 is still needed for the ESRP signing step

---
 azure-pipelines.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9ce10859..f47a86cd 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -31,6 +31,12 @@ jobs:
       version: 7.0.x
       installationPath: '$(Agent.ToolsDirectory)/dotnet'
 
+  - task: UseDotNet@2
+    displayName: 'Use dotnet SDK 6.0'
+    inputs:
+      version: 6.0.x
+      installationPath: '$(Agent.ToolsDirectory)/dotnet'
+
   - task: UseDotNet@2
     displayName: 'Use dotnet sdk 3.1'
     inputs: