From 1934a248f8dfdfa3d092279210eaa4ee7d89c3e6 Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 21 Jul 2020 21:00:30 +0100 Subject: [PATCH] Drop mono 6.8 tests, add 6.12 --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f0980d17..7912a59fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -388,12 +388,12 @@ stages: mono520: testName: 'Mono 5.20' containerImage: servarr/testimages:mono-5.20 - mono608: - testName: 'Mono 6.8' - containerImage: servarr/testimages:mono-6.8 mono610: testName: 'Mono 6.10' containerImage: servarr/testimages:mono-6.10 + mono612: + testName: 'Mono 6.12' + containerImage: servarr/testimages:mono-6.12 pool: vmImage: 'ubuntu-18.04' @@ -531,12 +531,12 @@ stages: mono520: testName: 'Mono 5.20' containerImage: servarr/testimages:mono-5.20 - mono608: - testName: 'Mono 6.8' - containerImage: servarr/testimages:mono-6.8 mono610: testName: 'Mono 6.10' containerImage: servarr/testimages:mono-6.10 + mono612: + testName: 'Mono 6.12' + containerImage: servarr/testimages:mono-6.12 variables: pattern: 'Radarr.**.linux.tar.gz'