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.
是否可以使用 MSBuild 目标来创建新的 msys.bat 实例并运行命令?
MSBuild 有一个Exec 任务,可用于调用批处理文件或任何可执行文件:
<Exec Command="msys.bat param1 param2 param3" />