Generate Visual Studio Project Templates with CruiseControl.Net or MSBuild

Posted by Daniel A. White on Stack Overflow See other posts from Stack Overflow or by Daniel A. White
Published on 2010-03-18T00:52:01Z Indexed on 2010/03/18 1:11 UTC
Read the original article Hit count: 706

Hey all.

I have a working workflow in CruiseControl.Net that successfully builds and tests an MSBuild project that is calling my Visual Studio 2010 solution.

How do I create Visual Studio project templates in either CruiseControl.Net or with MSBuild? The build server does not have Visual Studio 2010 installed.

Thanks for your time!

Note: This can be extended to any other solution that could be scripted with a batch as well, but I cannot install Visual Studio 2010 on the machine.

© Stack Overflow or respective owner

Related posts about cruisecontrol.net

Related posts about msbuild