How can I get TFS 2010 to build each project to a separate directory?

后端 未结 9 937
忘掉有多难
忘掉有多难 2020-12-23 12:37

In our project, we\'d like to have our TFS build put each project into its own folder under the drop folder, instead of dropping all of the files into one flat structure. To

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-23 12:48

    Not sure if you can still get team build 2010 to use the latest version of msbuild, but there's a new property /p:GenerateProjectSpecificOutputFolder=true when specified will drop the bits into $(OutDir)\$(ProjectName)\ for each project.

提交回复
热议问题