Skip to content

Commit

Permalink
Use correct directory for loghub logs (#61104)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet authored May 3, 2022
1 parent d50be05 commit 22207e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ function TestUsingRunTests() {
}

if ($lspEditor) {
$lspLogs = Join-Path $TempDir "VisualStudio\LSP"
$lspLogs = Join-Path $TempDir "VSLogs"
$telemetryLog = Join-Path $TempDir "VSTelemetryLog"
if (Test-Path $lspLogs) {
Write-Host "Copying LSP logs to $LogDir"
Expand Down

0 comments on commit 22207e4

Please sign in to comment.