Re: [NAnt-users] Nant task for Microsoft VSTS Unit testing?

2008-06-11 Thread Tony Selke
Sorry, Bob's right. MSBuild can do the unit tests. It's msi installer projects that require devenv.exe. My bad. :-) Bob Archer wrote: > If you run MSBuild via nant, and your sets are part of the configuration > that you are building, the tests will be run by MSBuild. > > > > BOb > > >

Re: [NAnt-users] Nant task for Microsoft VSTS Unit testing?

2008-06-11 Thread Bob Archer
If you run MSBuild via nant, and your sets are part of the configuration that you are building, the tests will be run by MSBuild. BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ?? Sent: Wednesday, June 11, 2008 1:31 PM To: n

[NAnt-users] Nant task for Microsoft VSTS Unit testing?

2008-06-11 Thread சண்முக ராசா
Hi I am using Microsoft Visual Studio Team System (VSTS) for unit testing my C# code. I have using Nant for my build, just wondering if there is any Nant task or a Nant plugin that helps me to invoke my VSTS test class? Any suggestions? Thanks