Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qinezh committed May 24, 2016
1 parent a215c0f commit 53d0c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.{build}
os: Visual Studio 2015
image: Previous Visual Studio 2015
init:
- cmd: >-
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
Expand All @@ -9,4 +9,4 @@ init:
git config --global core.autocrlf true
build_script:
- cmd: build.cmd
test: off
test: off

0 comments on commit 53d0c67

Please sign in to comment.