From 1c1be613d4665c75f4dd52539cf7d510102987ee Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 27 Aug 2021 18:21:57 -0600 Subject: [PATCH] Drop .NET Core 2.1 SDK support 2.1 has fallen out of its LTS lifetime, and the docker images have been removed. --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c03e99ab..26a3ac28 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 @@ -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: