Skip to content

Commit a99aa82

Browse files
committed
Fix powershell script
1 parent 11168df commit a99aa82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/scripts/CreateVSHive.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ if($success -eq $false){
3232
}
3333

3434
Write-Host "-- VS Info --"
35+
$vsDir = Split-Path -Parent $devenvExePath
3536
$isolationIni = Join-Path (Join-Path (Join-Path $vsDir 'Common7') 'IDE') 'devenv.isolation.ini'
3637
Get-Content $isolationIni | Write-Host
3738
Write-Host "-- /VS Info --"

0 commit comments

Comments
 (0)