This commit is contained in:
Tommy Parnell
2016-02-28 21:13:31 -05:00
parent 0ed01b326f
commit f7c16c5fdb

View File

@@ -11,9 +11,9 @@ before_build:
- ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}" - ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
- ps: dnvm upgrade - ps: dnvm upgrade
- ps: dnvm update-self - ps: dnvm update-self
- ps: dnvm install 1.0.0-beta8 - ps: dnvm install 1.0.0-rc1-final
- ps: dnvm list - ps: dnvm list
- ps: dnvm use 1.0.0-beta8 - ps: dnvm use 1.0.0-rc1-final
- ps: npm cache clean - ps: npm cache clean
- ps: npm install -g gulp bower - ps: npm install -g gulp bower
- ps: dnu restore - ps: dnu restore