use beta8 appveyor

This commit is contained in:
Tommy Parnell
2015-10-17 18:06:51 -04:00
parent ade0b20af2
commit 4910b3c51a

View File

@@ -8,9 +8,9 @@ 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-beta7
- ps: dnvm install 1.0.0-beta8
- ps: dnvm list
- ps: dnvm use 1.0.0-beta7
- ps: dnvm use 1.0.0-beta8
- ps: npm cache clean
- ps: npm install -g gulp bower
- ps: dnu restore