We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab591f commit 446a878Copy full SHA for 446a878
appveyor.yml
@@ -1,4 +1,4 @@
1
-build: on
+os: Visual Studio 2015 CTP
2
3
environment:
4
GITHUB_TOKEN:
@@ -7,6 +7,7 @@ environment:
7
secure: yljpqxZjLKG2ZxEbEN6u07UxOyDOGiAbIhA64CN9BVCoRPSzZTykdtQ9r/kAztJG
8
9
install:
10
+ - ps: $env:PATH=("C:\Program Files (x86)\MSBuild\14.0\Bin;"+$env:PATH)
11
- ps: mkdir c:/Modules
12
- ps: $env:PSModulePath += ";c:\Modules\"
13
- ps: (new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex
0 commit comments