I would like to display the status of pipeline builds in Azure Pipelines in corresponding pull requests in Azure DevOps Repos.
I'd like to have some indicator which shows that a build succeeded of failed, like this (Note that this is a screenshot from the microsoft docs page, also mentioned below):
In my research I came across different solutions, including the following ones:
- Adding pull request build status to Github.
- In the screenshots, there's a "Report build status" checkbox which doesn't exist (anymore?). Be aware that there's a GitHub-repo selected, so maybe the checkbox has never existed at all for the Azure DevOps Repos option.
- https://learn.microsoft.com/en-us/azure/devops/repos/git/pull-request-status?view=azure-devops#pull-request-status.
- It seems to be possible to do this with the help of the Status API, but I expect Azure DevOps to provide this feature natively for Azure DevOps Repos and Azure Pipelines, as things like this should be one of the main benefits of such an integrated system.
- https://github.com/MicrosoftDocs/vsts-docs/issues/3104
- I just came across this issue on GitHub. It seems to be a question/request for exactly this behaviour, but with no comments so far (as of today).