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.
我已经使用默认模板配置了 TFS 构建并根据计划运行我的构建。我还有一个单独的 msbuild 文件,需要与 TFS Build 一起运行,为此我创建了一个 InvokeProcess 活动,该活动使用 msbuild 命令执行批处理文件。
但是我得到异常 msbuild 不能被识别为内部或外部命令。这是正确的方法吗?
谢谢杰