if someone does a 'get latest version' in visual studio (team explorer) of a project in Team Foundation Server - is it possible to execute a console application automatically after this operation? The goal is that the local database is updated with new scripts every time a developer gets the latest version of the source code. So the question is how to do a post update like in subversion?
Thanks!