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.
我最近在我的 Linux 机器上安装了 mono,以便能够在更熟悉的环境中进行一些 .Net 编程。
我正在尝试从命令行构建解决方案,而不必启动繁重的单体开发。在 Windows 上,这可以使用 Msbuild.exe 完成。我似乎无法使用单声道工具找到该文件。
最接近的是mdtool(如果我理解正确的话)用于构建单个项目而不是整个解决方案)。
如何使用单声道在 Linux 上从命令行构建整个解决方案?
顺便说一句,我正在运行 Ubuntu 10.0.4
只需像在 Microsoft .Net Framework 上执行 msbuild 一样运行 xbuild。你不需要安装 Monodevelop,xbuild 带有标准的 Mono 安装。
https://stackoverflow.com/a/56113/73381 (可能重复)