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

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

    Sling this in a propertygroup:

    true
    

    It'll override the global 'CustomizableOutDir' property which, by default, is set to False. Setting this in the SolutionToBuild's properties will not work.

提交回复
热议问题