Forum Discussion
garretwyman
Jun 02, 2023Copper Contributor
Azure DevOps Yaml Pipeline Build Validation Across Multiple Repos
I have multiple repos that are configured the same way for unit tests. (repo1, repo2, repo3). I then have a separate repo that includes the infrastructure for the tests (repo-tests). It has a docker-...
garretwyman
Jun 05, 2023Copper Contributor
For anyone else who might have this issue, the problem for me was that I was testing the pipeline code from a new branch. Once the code was merged into master, it worked fine.
yassaka
Oct 09, 2025Copper Contributor
hi im facing a similar issue