Skip to content

Commit 3d5deb1

Browse files
author
Nate McMaster
committed
Merge branch 'release/2.2'
2 parents c560ede + 089912c commit 3d5deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/InstallVisualStudio.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mkdir $intermedateDir -ErrorAction Ignore | Out-Null
4949

5050
$bootstrapper = "$intermedateDir\vsinstaller.exe"
5151
$ProgressPreference = 'SilentlyContinue' # Workaround PowerShell/PowerShell#2138
52-
Get-RemoteFile "https://aka.ms/vs/15/release/vs_$($Edition.ToLowerInvariant()).exe" -OutFile $bootstrapper
52+
Invoke-WebRequest -Uri "https://aka.ms/vs/15/release/vs_$($Edition.ToLowerInvariant()).exe" -OutFile $bootstrapper
5353

5454
if (-not $InstallPath) {
5555
$InstallPath = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2017\$Edition"

0 commit comments

Comments
 (0)