|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Nant task for Microsoft VSTS Unit testing?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
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ NAnt-users mailing list NAnt-users@... https://lists.sourceforge.net/lists/listinfo/nant-users |
|
|
Re: Nant task for Microsoft VSTS Unit testing?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:
nant-users-bounces@...
[mailto:nant-users-bounces@...] On Behalf Of ?????? ???? Hi I am using Any suggestions? Thanks ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ NAnt-users mailing list NAnt-users@... https://lists.sourceforge.net/lists/listinfo/nant-users |
|
|
Re: Nant task for Microsoft VSTS Unit testing?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 > > > > > > ------------------------------------------------------------------------ > > *From:* nant-users-bounces@... > [mailto:nant-users-bounces@...] *On Behalf Of *?????? ???? > *Sent:* Wednesday, June 11, 2008 1:31 PM > *To:* nant-users@... > *Subject:* [NAnt-users] Nant task for Microsoft VSTS Unit testing? > > > > 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 > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > > > ------------------------------------------------------------------------ > > _______________________________________________ > NAnt-users mailing list > NAnt-users@... > https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ NAnt-users mailing list NAnt-users@... https://lists.sourceforge.net/lists/listinfo/nant-users |
| Free Forum Powered by Nabble | Forum Help |