I've got some tests that require some external files (ie. expected files) and keep this files in TestData folders spreaded through project structure ie:
MyComponent\Tests\TestData
MyComponent\SystemA\Tests\TestData
MyComponent\SystemB\Subsystem\Tests\TestData
Now I have to manually add every TestData folder in 'Additional files to include'. It would be nice if I could write:
**\TestData\**.*
to copy all files from TestData folder regardless of their exact location in directory structure.
Edited 31 Jul 2012 12:23 UTC