TL DR : is it possible to configure private registration for one solution in Team Project so that it is not related to another (unrelated) code in the same Team Project?
Detailed:
We have Team Team Project with several solutions in it, each in a separate folder. Most of these solutions are owned by the development team and are created daily using the build server.
One solution for QA, it contains automated user interface tests. Now we want to configure a private registration (according to the instructions here and some other documents)
This includes creating an assembly definition and a CI trigger for it. But it seems to us that the assembly created in this way will work with every commit in Team Project, and not just those performed by the QA team.
So, the question is, can we do a private registration for our QA folder without migration to separate Team Project and mess with the developers.
Thanks.
EDIT: A question related to us
source share