I'm working on a .NET solution with many test projects that uses a post-build step to move all the solution's outputs to a different folder which is the only location accessible for my testing.
When running nunit-console I can specify the different projects DLLs but then i need to know each one... I would rather just specify the solution itself but can't as the projects specified OutputPath is different than the actual DLL locations.
Alternatively I've tried working with an NUnit project file but again it seems like I have to specify each assembly location - I wonder if there is an easier way to point nunit for a specific location for all assemblies.
Looking at the NUnit docs it seems like I should be able to define the Config element to use the binpath attribute, however using it without including at least one assembly results in "File type not supported" error: