From 088eca101be0cc085eb72cef7d0b5d02ab84e626 Mon Sep 17 00:00:00 2001
From: Qstick <qstick@gmail.com>
Date: Sat, 7 Mar 2020 00:48:46 -0500
Subject: [PATCH] Change to Servarr TestImages

---
 azure-pipelines.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7ad7db5c8..bb275ee24 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -345,16 +345,16 @@ stages:
         matrix:
           mono508:
             testName: 'Mono 5.8'
-            containerImage: lidarr/testimages:mono-5.8
+            containerImage: servarr/testimages:mono-5.8
           mono520:
             testName: 'Mono 5.20'
-            containerImage: lidarr/testimages:mono-5.20
+            containerImage: servarr/testimages:mono-5.20
           mono608:
             testName: 'Mono 6.8'
-            containerImage: lidarr/testimages:mono-6.8
+            containerImage: servarr/testimages:mono-6.8
           mono610:
             testName: 'Mono 6.10'
-            containerImage: lidarr/testimages:mono-6.10
+            containerImage: servarr/testimages:mono-6.10
 
       pool:
         vmImage: 'ubuntu-18.04'
@@ -471,16 +471,16 @@ stages:
         matrix:
           mono508:
             testName: 'Mono 5.8'
-            containerImage: lidarr/testimages:mono-5.8
+            containerImage: servarr/testimages:mono-5.8
           mono520:
             testName: 'Mono 5.20'
-            containerImage: lidarr/testimages:mono-5.20
+            containerImage: servarr/testimages:mono-5.20
           mono608:
             testName: 'Mono 6.8'
-            containerImage: lidarr/testimages:mono-6.8
+            containerImage: servarr/testimages:mono-6.8
           mono610:
             testName: 'Mono 6.10'
-            containerImage: lidarr/testimages:mono-6.10
+            containerImage: servarr/testimages:mono-6.10
 
       variables:
         pattern: 'Lidarr.**.linux.tar.gz'