use invoke webrequest
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user