Skip to content

Commit eecab58

Browse files
author
Kapil Borle
committed
Change appveyor os image to WMF 5
1 parent f090fa7 commit eecab58

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# WS2012R2 image with April WMF5.0
2-
# os: unstable
3-
4-
image: Visual Studio 2015
1+
# Image with WMF5.0 RTM
2+
os: "WMF 5"
53

64
# clone directory
75
clone_folder: c:\projects\psscriptanalyzer
86

97
# Install Pester
108
install:
11-
- set PATH=C:\Program Files (x86)\MSBuild\12.0\Bin;%PATH%
129
- cinst -y pester --version 3.3.13
1310

1411
# Build PSScriptAnalyzer using msbuild

0 commit comments

Comments
 (0)