Skip to content

Commit 1210e47

Browse files
azure-sdkhallipr
andauthored
Sync eng/common directory with azure-sdk-tools for PR 13222 (#3408)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13222 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
1 parent 154aef7 commit 1210e47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/common/scripts/logging.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ function LogGroupStart() {
9494
elseif (Test-SupportsGitHubLogging) {
9595
Write-Host "::group::$args"
9696
}
97+
else {
98+
Write-Host "> $args"
99+
}
97100
}
98101

99102
function LogGroupEnd() {

0 commit comments

Comments
 (0)