From 78de0b7c25392ce4a8766f5679ed47922572f546 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:26:27 -0800 Subject: [PATCH] LogGroupStart should have local build output (#6867) Co-authored-by: Patrick Hallisey --- eng/common/scripts/logging.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/common/scripts/logging.ps1 b/eng/common/scripts/logging.ps1 index c57bd0a51..ae0c85438 100644 --- a/eng/common/scripts/logging.ps1 +++ b/eng/common/scripts/logging.ps1 @@ -94,6 +94,9 @@ function LogGroupStart() { elseif (Test-SupportsGitHubLogging) { Write-Host "::group::$args" } + else { + Write-Host "> $args" + } } function LogGroupEnd() {