Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 BuildExplorer 中排队时,这不起作用(取自 tfsbuild.proj):
WFPApp1 的 Builddef。. . . . . .
但这确实(取自 app1.csproj)并在 VS IDE 中构建/重建
用于 WFPApp1 的 csproj 。. . . . .
在第一个示例中,构建似乎无限期挂起,直到在 BuildExplorer 中取消。您可以通过 BuildExplorer 查看步骤,并看到所有目标都已完成。
这看起来很简单,我错过了什么?
您能否发布更多信息 - 实际的 MSBuild 代码、构建步骤的图片?
您说“取自 TFSBuild.proj”,但我希望看到 MSBuild 语法,但我没有……?