I'm building VS.NET solutions using the solution task, and I have a
nested <assemblyfolders> attribute, like so:

       <solution 
           solutionfile="./Solution.sln" 
           configuration="Debug" 
           outputdir="${buildroot}/Output">
       
           <assemblyfolders>
               <includes name="${buildroot}/Output"/>
           </assemblyfolders>

       </solution>

However, it keeps looking for referenced assemblies in the solution's
folder. Why? Is there anything missing in my buildscript?

Thanks!

Ernst Kuschke


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to