From 49332ecf34a12f8a38917ddd89ca1833390072c7 Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Fri, 17 Aug 2018 03:12:40 -0700 Subject: [PATCH] set build image --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 49bc64d..10f1594 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ environment: secure: Bnrv6GbJAwEINiebF7/lIZTgdaKq2oQHmc5Z1kYoLgNJ1tGOwo4lKNCHsFhkqZok # Allow WMF5 (i.e. PowerShellGallery functionality) -os: WMF 5 +image: Visual Studio 2017 # Skip on updates to the readme. # We can force this by adding [skip ci] or [ci skip] anywhere in commit message