TFS 2010/Msbuild失败,StackOverFlowException

TFS 2010/Msbuild失败,StackOverFlowException,tfs,msbuild,build,automation,Tfs,Msbuild,Build,Automation,我在升级2008版本时遇到问题。我正在使用升级模板 一切都很好,但当我进入GetImpactedTests时,它崩溃了 有人经历过类似的事情吗 我可以关闭GetImpactedTests?找不到它的属性 TF270015: 'MSBuild.exe' returned an unexpected exit code. Expected '0'; actual '255'. 从生成日志: CoreGetChangesetsAndUpdateWorkItems: TeamFoundationS

我在升级2008版本时遇到问题。我正在使用升级模板

一切都很好,但当我进入
GetImpactedTests
时,它崩溃了

有人经历过类似的事情吗

我可以关闭
GetImpactedTests
?找不到它的属性

TF270015: 'MSBuild.exe' returned an unexpected exit code. Expected '0'; actual '255'.
从生成日志:

CoreGetChangesetsAndUpdateWorkItems:
  TeamFoundationServerUrl="http://ourserver:8080/tfs/DefaultCollection" BuildUri="vstfs:///Build/Build/23071"
  Analyzing labels Release_2.3.10301.14 and Release_2.3.10302.2.
GetImpactedTests:
  TeamFoundationServerUrl="http://ourserver:8080/tfs/DefaultCollection" BuildUri="vstfs:///Build/Build/23071"
从事件日志中:

Process is terminated due to StackOverflowException.
Fault offset: 0x00000000000536ba
Faulting process id: 0xd14
Faulting application start time: 0x01cb772eb97a8234
Faulting application path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 2cb88eb5-e323-11df-8d1d-0050568d001c

我添加了/p:PerformTestImpactAnalysis=false,现在它可以工作了