Hi,
I'm setting up a framework around nant for autobuilding and testing all our projects. My goal is to get the code as generic as possible. I am already able to build the solution using the new <solution> task. The next thing I want to do is to runs all project dll's through the <nunit2> task. But I don't know how to find which DLL's where build by the <solution> task and which where just copied around.
What's the best way to get this done? Is there a way to get the output of the <solution> task in XML, so that I know which DLL's it has build? I can imagine this information is also helpful for making a buildreport by email.
Carlo Poli
Macaw