Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to change the font color of the Release pipeline logs

In Azure Devops Release pipeline logs, is there am option to change font text color say to red for exception.

like image 815
Preethi Anantharaman Avatar asked Oct 26 '25 07:10

Preethi Anantharaman


1 Answers

This is the way you can change the color.

      echo "##[group]Beginning of a group"
      echo "##[warning]Warning message"
      echo "##[error]Error message"
      echo "##[section]Start of a section"
      echo "##[debug]Debug text"
      echo "##[command]Command-line being run"
      echo "##[endgroup]"
like image 146
JEuvin Avatar answered Oct 29 '25 07:10

JEuvin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!