Reputation: 35
I am implementing multiple custom checkin policies for TFS and I am wondering if they all need to be in the same assembly or if I have to put each one in its own assembly.
Upvotes: 2
Views: 188
Reputation: 8145
It doesn't matter. As long as they implement the appropriate base class and implement the interfaces.
See Create Custom Check-in Policies
Upvotes: 2