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

前端 未结 11 1317
我寻月下人不归
我寻月下人不归 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:12

    TFS 2012+

    I like this solution...

    Edit your build definition. Under Process section, set MSBuild arguments to

    /p:GenerateProjectSpecificOutputFolder=true

    Like this:

    enter image description here

提交回复
热议问题