From 363ff7df3c8d0717012e3e44f73257165050c5ee Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 22 Aug 2020 00:50:57 -0400 Subject: [PATCH] Remove Mono 5.8 from Build Tests [skip ci] --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 16002990d..7f2dcb00f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -415,10 +415,6 @@ stages: condition: and(succeeded(), eq(dependencies.Prepare.outputs['setVar.backendNotUpdated'], '0')) strategy: matrix: - mono508: - testName: 'Mono 5.8' - artifactName: LinuxTests - containerImage: servarr/testimages:mono-5.8 mono520: testName: 'Mono 5.20' artifactName: LinuxTests @@ -568,11 +564,6 @@ stages: condition: and(succeeded(), eq(dependencies.Prepare.outputs['setVar.backendNotUpdated'], '0')) strategy: matrix: - mono508: - testName: 'Mono 5.8' - artifactName: LinuxTests - containerImage: servarr/testimages:mono-5.8 - pattern: 'Radarr.**.linux.tar.gz' mono520: testName: 'Mono 5.20' artifactName: LinuxTests