From 95ab1c19c8fca300493f4bd88d216435e8d90682 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Mon, 19 Aug 2019 16:52:30 +1000 Subject: [PATCH] Update to use VS 2019 final image --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6b98e44..dc593a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: '{build}' skip_tags: true -image: Visual Studio 2019 Preview +image: Visual Studio 2019 configuration: Release install: - ps: mkdir -Force ".\build\" | Out-Null