I have a library of custom MSBuild tasks which I edit quite regularly, refactoring code, adding new tasks and removing old, defunct ones. It's become a pain to edit the .Targets file to sync with what is actually in the library, so I was wondering, what would be the best way to automate this?
I would like a solution that runs after the library has built successfully, so that I don't get any nasty errors when trying to call my custom tasks from other projects.
I do have a few ideas about how to do this, but I'd like to see what others come up with first. :-)