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.
This commit is contained in:
Joshua Lockerman 2019-02-15 10:06:00 -05:00 committed by JLockerman
parent c075cfbc30
commit ee53a5b9e0

View File

@ -1,7 +1,8 @@
version: 1.0.{build}
image: Visual Studio 2017
image: Windows Server 2019
services:
- postgresql101
- docker
build_script:
- ps: >-