msbuildtasks
msbuildtasks copied to clipboard
Create several projects for sets of tasks that are correlated
There are lots of tasks that belong together like the tasks for: git, nuget, oracle, subversion etc.
I think it would be nice if all those where split in several projects and then combined in the build into one assembly. This is applied in the NServiceBus project and this results in less dependancies in each project but still have one assembly with all code as distributable.
+1