Ken
Ken

Reputation: 457

How to run external msbuild file from cruise control .net

I have an msbuild xml file that builds about 20 vc2010 solutions. It retrieves the code from source control, builds all the solutions, and obfuscates the results (for the .net projects). I'd like to use this from ccnet. Is there a way to just 'call' this xml file to build my projects? Are there disadvantages to doing it this way?

Thanks

Upvotes: 1

Views: 139

Answers (1)

vharavy
vharavy

Reputation: 4991

Yes, CruiseControl.NET has a task for building MSBuild projects.

Upvotes: 2

Related Questions