I am using TFS and webdeploy to build and deploy my code. Some of the projects I have have a post-build script in their Build Events tab in their properties.
The problem is that TFS, when running the build definition, builds, then deploys, then run the post-build script. It happens in that order.
Is there a way to force TFS to build, run the post-build script, and then web-deploy? (in that order)