Sync eng/common directory with azure-sdk-tools repository for Tools PR 1061 (#699)

This commit is contained in:
Azure SDK Bot 2020-09-30 12:54:42 -07:00 committed by GitHub
parent 50376590d9
commit 9c0620c5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ function LogDebug
{
if ($isDevOpsRun)
{
Write-Host "##vso[task.LogIssue type=debug;]$args"
Write-Host "[debug]$args"
}
else
{