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'