我在升级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发布于 2010-10-29 16:23:37
我现在添加了/p:PerformTestImpactAnalysis=false,它可以正常工作
https://stackoverflow.com/questions/4049792
复制相似问题