cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.85k stars 724 forks source link

Add Azure Pipelines group logging commands #4164

Closed fl3pp closed 9 months ago

fl3pp commented 1 year ago

Add Azure Logging Command to create collapsible groups. See:

MSDocs: Logging commands -> Formatting commands

There were some changes in other logging commands as well. This is because they contain redundant whitespaces, which ADO does tolerate sometimes, but not always, as is the case for the ##[group] command. It is better to avoid them if possible.

fl3pp commented 1 year ago

@microsoft-github-policy-service agree company=Hamilton Bonaduz AG

devlead commented 9 months ago

@fl3pp your changes have been merged, thanks for your contribution 👍

fl3pp commented 9 months ago

@devlead, great, thanks for taking time to review and correct 😊