From ee53a5b9e0e66b431d2bf0261b43886183a4af3b Mon Sep 17 00:00:00 2001 From: Joshua Lockerman Date: Fri, 15 Feb 2019 10:06:00 -0500 Subject: [PATCH] Update appveyor.yml for new build image Appveyor is updating the image they use to provide docker. This commit updates our appveyor config to use it. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fb27116f6..8d8b55e7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,8 @@ version: 1.0.{build} -image: Visual Studio 2017 +image: Windows Server 2019 services: - postgresql101 + - docker build_script: - ps: >-