We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12eb994 commit bc34438Copy full SHA for bc34438
eng/common/tools.ps1
@@ -553,7 +553,7 @@ function LocateVisualStudio([object]$vsRequirements = $null){
553
554
if (!(Test-Path $vsWhereExe)) {
555
Create-Directory $vsWhereDir
556
- Write-Host 'Downloading vswhere $vswhereVersion'
+ Write-Host "Downloading vswhere $vswhereVersion"
557
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
558
Retry({
559
Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe
0 commit comments