I have 2 Repositories
- Repo A: Application Code Repo
- Repo B: DevOps Repo
All the build and release pipelines are in Repo B.
I am trying to achieve here is Build validation
So whenever I raise a PR from feature branch to master branch of Repo A that time Build validation pipeline which is in Repo B will trigger and pass the check (Which I am defining in branch policy).
It’s working fine in same repo but with two repositories I am not getting any solution also I have 3 branch in Repo A and I have to implement for all the three branches.