Skip to content

Commit 810bf49

Browse files
azure-sdkhallipr
andauthored
LogGroupStart should have local build output (#2302)
Co-authored-by: Patrick Hallisey <[email protected]>
1 parent e27bd22 commit 810bf49

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)