diff --git a/.azure-pipelines/common-templates/install-tools.yml b/.azure-pipelines/common-templates/install-tools.yml index 33f494243d..ec31ddc50a 100644 --- a/.azure-pipelines/common-templates/install-tools.yml +++ b/.azure-pipelines/common-templates/install-tools.yml @@ -2,17 +2,6 @@ # Licensed under the MIT License. steps: - - task: UseDotNet@2 - displayName: "Use .NET 6" # needed for ESRP signing - inputs: - version: 6.x - - - task: UseDotNet@2 - displayName: Use .NET SDK - inputs: - debugMode: false - version: 7.x - - task: UseDotNet@2 displayName: Use .NET SDK inputs: