Xander
Xander

Reputation: 9171

open source msbuild tasks

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?

Upvotes: 2

Views: 1459

Answers (4)

dan
dan

Reputation:

Try "msbuild extension pack". In my opinion this is the highest quality pack out there. Dan

Upvotes: 2

Ryu
Ryu

Reputation: 8739

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

Upvotes: 2

Bernard Chen
Bernard Chen

Reputation: 6567

Have you looked at MSBuildContrib?

Upvotes: 4

Lars Truijens
Lars Truijens

Reputation: 43602

You can also have a look at the following urls:

  1. http://msbuildtasks.net/
  2. http://www.codeplex.com/sdctasks

Upvotes: 1

Related Questions