Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 339
zachary Avatar asked Apr 23 '26 22:04

zachary


1 Answers

Have you looked at MSBuildContrib?

like image 166
Bernard Chen Avatar answered Apr 25 '26 16:04

Bernard Chen