From ba41939c2794c36866df25bcf8c8a493c02ac5b2 Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 20 Jan 2020 22:00:25 +0000 Subject: [PATCH] Test mono 6.10, drop mono 6.6 --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e749f4f6a..38baf2798 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -384,12 +384,12 @@ stages: mono520: testName: 'Mono 5.20' containerImage: radarr/testimages:mono-5.20 - mono606: - testName: 'Mono 6.6' - containerImage: radarr/testimages:mono-6.6 mono608: testName: 'Mono 6.8' containerImage: radarr/testimages:mono-6.8 + mono610: + testName: 'Mono 6.10' + containerImage: radarr/testimages:mono-6.10 pool: vmImage: 'ubuntu-16.04' @@ -531,12 +531,12 @@ stages: mono520: testName: 'Mono 5.20' containerImage: radarr/testimages:mono-5.20 - mono606: - testName: 'Mono 6.6' - containerImage: radarr/testimages:mono-6.6 mono608: testName: 'Mono 6.8' containerImage: radarr/testimages:mono-6.8 + mono610: + testName: 'Mono 6.10' + containerImage: radarr/testimages:mono-6.10 variables: pattern: 'Radarr.**.linux.tar.gz'