I\'m putting a large codebase into Team Foundation Server. I would like the build process to create a \"ready to deploy\" build of our projects.
The normal way we\'v
I like this solution...
Edit your build definition. Under Process section, set MSBuild arguments to
MSBuild arguments
/p:GenerateProjectSpecificOutputFolder=true
Like this: