Skip to content

Commit

Permalink
Drop .NET Core 2.1 SDK support
Browse files Browse the repository at this point in the history
2.1 has fallen out of its LTS lifetime, and the docker images have been removed.
  • Loading branch information
AArnott committed Aug 28, 2021
1 parent fa7c948 commit 1c1be61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ resources:
containers:
- container: xenial
image: andrewarnott/linux-buildagent
- container: bionic-2.1
image: microsoft/dotnet:2.1-sdk-bionic
- container: bionic
image: mcr.microsoft.com/dotnet/core/sdk:3.1-bionic
- container: focal
Expand Down Expand Up @@ -272,8 +270,6 @@ stages:
# xenial:
# containerImage: xenial
# configureContainerCommand: 'sudo apt update && sudo apt-get install -y git'
Ubuntu_Bionic_2_1:
containerImage: bionic-2.1
Ubuntu_Bionic:
containerImage: bionic
Ubuntu_Focal:
Expand Down

0 comments on commit 1c1be61

Please sign in to comment.