I have a unit test project file which depends on two other projects. ABC.Service.UnitTest
is the test project and its dependencies are XYZ.Service.csproj
and LMN.Aggregator.csproj
.
In this case, what exactly do we need to have in our config file and how exactly can we incorporate this scenario into our ADO pipelines?