Sync eng/common directory with azure-sdk-tools for PR 4701 (#4119)

* Make the env variable upper case

* Adding debug messages.

* Log out the link

Co-authored-by: sima-zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2022-11-15 15:40:04 -05:00 committed by GitHub
parent 801452f6b9
commit dd8a5ef542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,7 @@ if ($VsoQueuedPipelines) {
}else {
"[$($resp.definition.name)]($($resp._links.web.href))"
}
$QueuedPipelineLinks
LogDebug "Here are the queued pipeline links: "
LogDebug $QueuedPipelineLinks
Write-Host "##vso[task.setvariable variable=$VsoQueuedPipelines]$QueuedPipelineLinks"
}