Perform the following steps:
- In the Continuous integration - creating a build definition recipe of this chapter, we utilized a build template that had both the Build solution and Test Assemblies steps, as shown in the following screenshot:

- Click on Test Assemblies as shown in the previous screenshot. Replace the default configuration with the one provided here, in the Test files field:
**\$(BuildConfiguration)\**\*test*.dll!**\obj\**!**\*TestAdapter.dll
- The previous configuration settings let the test runner do the following:
- Search for any .dll file with the word Test in its name that is located in the release folder ...