We have a solution that I'm trying to do a continuous integration build for. One of the projects has a post-build task that causes the CI build to fail. If I remove it, then the build works fine. Building the solution locally also works. If I add it back in, the CI build fails on the project with the post-build task and says it exited with code 3.
Is there a workaround for this, or do I need to look at moving the project's post-build task to a solution post-build script?