To create a custom workflow activity for Team Build 2010, I have to create a class library that will contains my custom activities, and another one to customize the build process (the workflow).
My development worklow is :
- write code for the custom activities
- build the custom activities
- delete the custom activities assembly from the source control
- checkin to effectively delete the file in the source control
- add the new version of the assembly in the source control
- checkin to effectively add the assembly in the source control
- and finally test, the updated build definition !
and then, repeat all theses steps, every time I want to test a modification of my custom activities...
Is there a way to do theses steps in an efficient way in order to get a much better development experience ?