We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f090fa7 commit eecab58Copy full SHA for eecab58
appveyor.yml
@@ -1,14 +1,11 @@
1
-# WS2012R2 image with April WMF5.0
2
-# os: unstable
3
-
4
-image: Visual Studio 2015
+# Image with WMF5.0 RTM
+os: "WMF 5"
5
6
# clone directory
7
clone_folder: c:\projects\psscriptanalyzer
8
9
# Install Pester
10
install:
11
- - set PATH=C:\Program Files (x86)\MSBuild\12.0\Bin;%PATH%
12
- cinst -y pester --version 3.3.13
13
14
# Build PSScriptAnalyzer using msbuild
0 commit comments