Here is a typical build summary page:
I would like to add a custom message somewhere on this page, preferably under its own title.
How can it be done?
Here is a typical build summary page:
I would like to add a custom message somewhere on this page, preferably under its own title.
How can it be done?
You can custmoise Azure DevOps with extensions.
What are extensions?
Extensions are simple add-ons that can be used to customize and extend your DevOps experience with Azure DevOps Services. They are written with standard technologies - HTML, JavaScript, CSS - and can be developed using your preferred dev tools. They utilize our RESTful API Library in order to easily interact with Azure DevOps Services and applications/services.
There is a big marketplace, and in your case, you can write your own extension, find a tutorials here.
You can find in Github an example how to extned the build summry page.