upgrade to stdlib

This commit is contained in:
Tommy Parnell
2016-10-23 17:57:30 -04:00
parent fa1d4514bb
commit b2e91adcc5
30 changed files with 248 additions and 223 deletions

View File

@@ -8,15 +8,10 @@ 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-rc1-final
- ps: dnvm list
- ps: dnvm use 1.0.0-rc1-final
- ps: npm cache clean
- ps: dnu restore
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- ps: >-
(new-object net.webclient).DownloadFile('https://go.microsoft.com/fwlink/?LinkID=827524','core.exe')
core.exe /install /quiet /norestart
dotnet restore
artifacts:
- path: artifacts\bin\TurboLinks.Net\Release\*.nupkg