I have a post-build event set up in Visual Studio 2010. The problem I am having is that the event doesn't run when I use Run (F5) to start debugging--it only seems to run if I explicitly Build (F6).
This seems to happen even when source files have changed (so it must build in order to run).
Is there a setting that controls this behavior?