From 3f4ce5c30c97a10a20e77e7651f5974afcd000f1 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 17 Mar 2021 17:27:07 -0600 Subject: [PATCH] Disable xenial testing since it's failing now --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6436bf5f..c3a113fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -247,9 +247,9 @@ stages: - job: linux strategy: matrix: - xenial: - containerImage: xenial - configureContainerCommand: 'sudo apt update && sudo apt-get install -y git' + # xenial: + # containerImage: xenial + # configureContainerCommand: 'sudo apt update && sudo apt-get install -y git' Ubuntu_Bionic_2_1: containerImage: bionic-2.1 Ubuntu_Bionic: