From b1848022c85e36498339cfcaa45f22005381d173 Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Tue, 27 Jun 2017 14:29:07 -0700 Subject: [PATCH] Switch to current AppVeyor build image to fix User tests --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index aef9749..adbd736 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ # environment configuration # #---------------------------------# version: 2.4.{build}.0 -os: Previous Visual Studio 2015 +os: Visual Studio 2015 install: - git clone https://github.com/PowerShell/DscResource.Tests - ps: Import-Module -Name .\Tests\TestHelpers\WMF5Dot1Installation.psm1 -Force