Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/tfs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何将MSBuild的ConfigurationToBuild更改为TFS中的特定项目_Tfs_Msbuild - Fatal编程技术网

如何将MSBuild的ConfigurationToBuild更改为TFS中的特定项目

如何将MSBuild的ConfigurationToBuild更改为TFS中的特定项目,tfs,msbuild,Tfs,Msbuild,我从blow link获取此代码 假的 释放 任何CPU 释放 x86 我的问题是,现在我想具体说明一下 X86 for$(BuildProjectFolderPath)/Pricer/Pricer.sln 及 美元(BuildProjectFolderPath)/Pricer/Pricer.Install/Pricer.Install.sln的任何CPU 意味着我是否需要在SoutionToBuild中设置任何规格或属性修改您的解决方案并将您的配置TOBUILD更改为: <Conf

我从blow link获取此代码


假的
释放
任何CPU
释放
x86
我的问题是,现在我想具体说明一下

X86 for$(BuildProjectFolderPath)/Pricer/Pricer.sln

美元(BuildProjectFolderPath)/Pricer/Pricer.Install/Pricer.Install.sln的任何CPU

意味着我是否需要在SoutionToBuild中设置任何规格或属性修改您的解决方案并将您的配置TOBUILD更改为:

<ConfigurationToBuild Include="Release|Mixed Platforms">
  <FlavorToBuild>Release</FlavorToBuild>
  <PlatformToBuild>Mixed Platforms</PlatformToBuild>
</ConfigurationToBuild>

释放
混合平台

我很早就看到了你的give链接,我也关注它,但同样的事情发生了。我的二进制文件没有生成。我在代码中缺少了一些东西。但这不是给我正确的输出。
<ConfigurationToBuild Include="Release|Mixed Platforms">
  <FlavorToBuild>Release</FlavorToBuild>
  <PlatformToBuild>Mixed Platforms</PlatformToBuild>
</ConfigurationToBuild>