Using VS2010, I’ve got a Post Build Event setup on my project and the action itself is triggering correctly however the text I entered in the Description field when setting up the Post Build Event is not being displayed in the Output window.
Any ideas?
It might be the output level needs to be increased. Try bumping up the value found in:
VS2010 -> Options -> Projects and Solutions -> Build and Run -> MSBuild project build output verbosity
It could also be the message level in your script, but we’d need to see that script to be sure.