Skip to content

Commit

Permalink
Skip the .NET 7.0.4xx installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 15, 2023
1 parent 7d77665 commit bfa0e2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/azure-templates-bootstrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfa0e2c

Please sign in to comment.