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'