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
Simple Solution:
Replace all nodes with . This will of course only work for publishable projects (e.g. Web projects and applications), not for library projects.
As simple as that :)