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 3f65cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/logging.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function LogDebug
{
if ($isDevOpsRun)
{
Write-Host "##vso[task.LogIssue type=debug;]$args"
Write-Host "[debug]$args"
}
else
{
Expand Down

0 comments on commit 3f65cc7

Please sign in to comment.