From f26cd4712016ba38ca9c7fdfd0103c49e420a93f Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 16 Aug 2023 02:34:36 +0200 Subject: [PATCH] Skip the .NET 7.0.4xx installs (#2554) --- scripts/azure-templates-bootstrapper.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/azure-templates-bootstrapper.yml b/scripts/azure-templates-bootstrapper.yml index fdafa5bfec..0ceed3f2df 100644 --- a/scripts/azure-templates-bootstrapper.yml +++ b/scripts/azure-templates-bootstrapper.yml @@ -174,13 +174,6 @@ jobs: version: 3.1.x retryCountOnTaskFailure: 3 displayName: Install .NET Core 3.1.x - - task: UseDotNet@2 - condition: and(succeeded(), eq(variables['DOWNLOAD_EXTERNALS'], '')) - inputs: - packageType: 'sdk' - version: 7.0.x - retryCountOnTaskFailure: 3 - displayName: Install .NET 7.0.x - pwsh: .\scripts\install-dotnet.ps1 -Version $env:DOTNET_VERSION_PREVIEW -InstallDir "$env:AGENT_TOOLSDIRECTORY/dotnet" displayName: Install the preview version of .NET Core retryCountOnTaskFailure: 3