LogGroupStart should have local build output (#6867)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
This commit is contained in:
parent
884ff2fbab
commit
78de0b7c25
@ -94,6 +94,9 @@ function LogGroupStart() {
|
||||
elseif (Test-SupportsGitHubLogging) {
|
||||
Write-Host "::group::$args"
|
||||
}
|
||||
else {
|
||||
Write-Host "> $args"
|
||||
}
|
||||
}
|
||||
|
||||
function LogGroupEnd() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user