【发布时间】:2026-01-10 07:25:01
【问题描述】:
我们试图通过依赖图和拓扑排序来并行化我们的构建。
我们所有的构建逻辑都是用 Msbuild 编写的,我们使用 powershell 来调用它。
有人用powershell实现了依赖图和拓扑排序吗?
我知道在 unix 中有一个名为 tsort 的实用程序可用。 powershell 中是否有类似的东西可用?
这篇文章提出了很好的想法,但它是用 C# "http://msdn.microsoft.com/en-us/magazine/dd569760.aspx"
完成的【问题讨论】:
标签: algorithm powershell msbuild dependencies powershell-2.0