Within the Azure DevOps web gui view for a git repository,
/<anization>/<project>/_git/<repository_name>
, you can see recent builds for some repositories
but not for others.
I don't understand why
I know the azure cli can give you recent pipeline runs too, with az pipelines runs list
but the azure web gui quick view is good in a pinch as well.
Within the Azure DevOps web gui view for a git repository,
https://dev.azure/<anization>/<project>/_git/<repository_name>
, you can see recent builds for some repositories
but not for others.
I don't understand why
I know the azure cli can give you recent pipeline runs too, with az pipelines runs list
but the azure web gui quick view is good in a pinch as well.
1 Answer
Reset to default 0By default, this option should be enabled and should see the status. Check which branch you see on the code page. If you select the Branches page, you should see the state of each branch where some builds are performed.
Example of branches page: