What's the best way to get TFS to output each project to its own directory?

前端 未结 11 1318
我寻月下人不归
我寻月下人不归 2020-11-30 18:58

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

11条回答
  •  时光说笑
    2020-11-30 19:22

    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 :)

提交回复
热议问题