views:

507

answers:

4

I currently use http://msbuildtasks.tigris.org/ to help do additional stuff with MSBuild like get files from sourcesafe or compress javascript files.

Recently I have discovered a bug in one of the tasks I use that is a deal breaker.

Are there any other open source 3rd party tasks to extend msbuild?

Is http://msbuildtasks.tigris.org/ the most popular?

A: 

You can also have a look at the following urls:

  1. http://msbuildtasks.net/
  2. http://www.codeplex.com/sdctasks
Lars Truijens
+4  A: 

Have you looked at MSBuildContrib?

Bernard Chen
A: 

Try "msbuild extensions pack" .. search the web for it. In my opinion this is the highest quality pack out there. Dan

+1  A: 

MSBuildExtensionPack over 280 MSBuild tasks. Well documented, has almost everything you could need.

Ryu