From b81495b55b4119ab2052fede906a45a5dce0f24d Mon Sep 17 00:00:00 2001 From: "Andrew Petrochuk (from Dev Box)" Date: Thu, 18 Jan 2024 14:30:56 -0800 Subject: [PATCH] Removed old .Net SDK 2.1 --- azure-pipelines.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3321fbb6..1dd5c71d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,13 +36,6 @@ jobs: version: 3.1.x installationPath: '$(Agent.ToolsDirectory)/dotnet' - # Dotnet 2.1 appears to be required for ESRP signing - - task: UseDotNet@2 - displayName: 'Use dotnet sdk 2.1' - inputs: - version: 2.1.x - installationPath: '$(Agent.ToolsDirectory)/dotnet' - - task: CodeQL3000Init@0 - task: DotNetCoreCLI@2