Yep, that's about what all of mine look like.  I was just wondering if there 
was a custom task or something that I haven't seen...  I've used Cruise Control 
with NAnt and MSTest.  It allows you to merge the trx file into CC once you're 
done, but I'm moving away from CC for a more custom solution (in house).  
Thanks for the response!




----- Original Message ----
From: Chris Taylor <[EMAIL PROTECTED]>
To: Eric Fetzer <[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2008 8:34:41 PM
Subject: Re: [NAnt-users] Running MSTest From NAnt

Here is an example of mine.

<exec program="${build.mstest.executable}" verbose="true"
            
commandline="/testcontainer:${build.mstest.testdir}\YakShaver.Tests.dll 
/resultsfile:${build.mstest.testresults}\YakShaver.Tests.trx"
             />

I don't use test lists, though I think it may be better.


On Wed, Mar 12, 2008 at 1:50 PM, Eric Fetzer <[EMAIL PROTECTED]> wrote:

So is this just an exec call?




Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to