You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
When viewing the logs for a deployment on Azure DevOps, it is quite frustrating to scroll through the whole log to find a specific section.
Describe the solution you'd like
I would like to use Azure Pipeline's logging commands to group sections that can be minified. I'm not sure at what level would be best to group, the lifecycle or the deployment steps?
Wondering if it would be worth refactoring the logging stuff to follow something similar to Nuke with different "OutputSinks" for different CI providers?
Is your feature request related to a problem? Please describe
When viewing the logs for a deployment on Azure DevOps, it is quite frustrating to scroll through the whole log to find a specific section.
Describe the solution you'd like
I would like to use Azure Pipeline's logging commands to group sections that can be minified. I'm not sure at what level would be best to group, the lifecycle or the deployment steps?
https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/logging-commands?view=azure-devops&tabs=bash#formatting-commands
The text was updated successfully, but these errors were encountered: