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
>
>
>
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
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