Reputation: 9171
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
Reputation:
Try "msbuild extension pack". In my opinion this is the highest quality pack out there. Dan
Upvotes: 2
Reputation: 8739
MSBuildExtensionPack over 280 MSBuild tasks. Well documented, has almost everything you could need.
Upvotes: 2