views:

38

answers:

0

Hi, in my project I have defined a post-build step, where the linked executable is moved to another directory. Now I have written an addin for the Visual Studio, which handles the BuildEvents and do some actions on the linked executable after the build. My problem is, the post-build step of the Visual Studio is executed before the post-build event is raised, so the executable is already moved from the build directory. How can I ensure, that my addin is executed before the post-build step of the VS?