From 6ed1275c0cbc634a4d540c236a6d792969d65f38 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 17 Oct 2015 23:14:13 -0400 Subject: [PATCH] add appveyor yml --- appveyor.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..0fe4c88 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,20 @@ +nuget: + account_feed: true + +init: + - git config --global core.autocrlf true + +before_build: + - ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}" + - ps: dnvm upgrade + - ps: dnvm update-self + - ps: dnvm install 1.0.0-beta8 + - ps: dnvm list + - ps: dnvm use 1.0.0-beta8 + - ps: npm cache clean + - ps: npm install -g gulp bower + - ps: dnu restore + - cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% + +artifacts: + - path: artifacts\bin\TurboLinks.Net\Release\*.nupkg \ No newline at end of file