Skip to content

Commit bc34438

Browse files
authored
Fix logging $vswhereVersion in tools.ps1 (#16067)
1 parent 12eb994 commit bc34438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ function LocateVisualStudio([object]$vsRequirements = $null){
553553

554554
if (!(Test-Path $vsWhereExe)) {
555555
Create-Directory $vsWhereDir
556-
Write-Host 'Downloading vswhere $vswhereVersion'
556+
Write-Host "Downloading vswhere $vswhereVersion"
557557
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
558558
Retry({
559559
Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe

0 commit comments

Comments
 (0)