Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools repository for Tools P…
Browse files Browse the repository at this point in the history
…R 1061
  • Loading branch information
azure-sdk committed Sep 30, 2020
1 parent 296bc1c commit 4f24ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/scripts/logging.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ function LogDebug
{
if ($isDevOpsRun)
{
Write-Host "##vso[task.LogIssue type=debug;]$args"
Write-Host "[debug]$args"
}
else
{
Write-Debug "$args"
Write-Debug "$args" -Debug
}
}

0 comments on commit 4f24ca5

Please sign in to comment.