From 68ae3ff792481e6a35198762025511b5de0a23d9 Mon Sep 17 00:00:00 2001 From: Kapil Borle Date: Mon, 14 Mar 2016 14:22:18 -0700 Subject: [PATCH 1/3] Changes the appveyor default image to Visual Studio 2015 --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 50865ac4c..f6a0abf1f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ # WS2012R2 image with April WMF5.0 -os: unstable +# os: unstable + +image: Visual Studio 2015 # clone directory clone_folder: c:\projects\psscriptanalyzer From f090fa7e0d0fbc2d44e4efc0ea0df10e939b68a6 Mon Sep 17 00:00:00 2001 From: Kapil Borle Date: Mon, 14 Mar 2016 14:32:20 -0700 Subject: [PATCH 2/3] Change appveyor settings path --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index f6a0abf1f..a22b84fb1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ clone_folder: c:\projects\psscriptanalyzer # Install Pester install: + - set PATH=C:\Program Files (x86)\MSBuild\12.0\Bin;%PATH% - cinst -y pester --version 3.3.13 # Build PSScriptAnalyzer using msbuild From eecab58688ef10fa1aa044b86ef359384a31d909 Mon Sep 17 00:00:00 2001 From: Kapil Borle Date: Mon, 14 Mar 2016 15:08:24 -0700 Subject: [PATCH 3/3] Change appveyor os image to WMF 5 --- appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a22b84fb1..6c3e376d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,14 +1,11 @@ -# WS2012R2 image with April WMF5.0 -# os: unstable - -image: Visual Studio 2015 +# Image with WMF5.0 RTM +os: "WMF 5" # clone directory clone_folder: c:\projects\psscriptanalyzer # Install Pester install: - - set PATH=C:\Program Files (x86)\MSBuild\12.0\Bin;%PATH% - cinst -y pester --version 3.3.13 # Build PSScriptAnalyzer using msbuild