use invoke webrequest

This commit is contained in:
Tommy Parnell
2016-10-23 18:00:43 -04:00
parent b2e91adcc5
commit 8233e2268c

View File

@@ -9,7 +9,7 @@ init:
before_build: before_build:
- ps: >- - ps: >-
(new-object net.webclient).DownloadFile('https://go.microsoft.com/fwlink/?LinkID=827524','core.exe') invoke-webrequest https://go.microsoft.com/fwlink/?LinkID=827524 -OutFile core.exe
core.exe /install /quiet /norestart core.exe /install /quiet /norestart
dotnet restore dotnet restore