Nant task for Microsoft VSTS Unit testing?

View: New views
3 Messages — Rating Filter:   Alert me  

Nant task for Microsoft VSTS Unit testing?

by Shanmmuga Raja-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

by Bob Archer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

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

Re: Nant task for Microsoft VSTS Unit testing?

by Tony Selke-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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