Skip to content

Commit

Permalink
Merge pull request #28875 from dotnet/merges/dev15.7.x-to-dev15.8-pre…
Browse files Browse the repository at this point in the history
…view4

Merge dev15.7.x to dev15.8-preview4
  • Loading branch information
dotnet-automerge-bot authored Jul 27, 2018
2 parents c135aa4 + a1e3f28 commit 0c47f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scripts/build-utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function Ensure-DotnetSdk() {
Create-Directory $cliDir
Create-Directory $toolsDir
$destFile = Join-Path $toolsDir "dotnet-install.ps1"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$webClient = New-Object -TypeName "System.Net.WebClient"
$webClient.DownloadFile("https://dot.net/v1/dotnet-install.ps1", $destFile)
Exec-Block { & $destFile -Version $sdkVersion -InstallDir $cliDir } | Out-Null
Expand Down

0 comments on commit 0c47f55

Please sign in to comment.