哪里可以获得适用于Linux的msbuild

我想在WindowsLinux上构建一个.net核心项目.

对于Windows,我使用MSBuild,只需从visualstudio.com下载Visual Tools 2017的Build Tools.

但是我从哪里获得MSBuild for Linux?基于GitHub项目站点,它应该可以在某些Linux发行版上使用(README.md).我不想自己编译(出于某些原因).

我不想使用xbuild,而是使用纯MSBuild.

解决方法:

您可以按照这些URL中的说明获取.NET Core SDK.
它针对每个linux发行版进行划分.

RHEL
Ubuntu
Debian
CentOS/Oracle
SLES/OpenSUSE

更新日期:2019年3月19日

.NET Downloads for Linux, macOS, and Windows
选择所需操作系统的选项卡,然后下载.

有关.
Microsoft/msbuild
msbuild/documentation/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild.md

Getting .Net Core MSBuild binaries without building the code
The best way to get .NET Core MSBuild is by installing the 07008, which redistributes us. This will get you the latest released version of MSBuild for .NET Core. After installing it, you can use MSBuild through dotnet build or by manual invocation of the MSBuild.dll in the dotnet distribution.

上一篇:c# – Coverity是否支持xbuild(单声道)?


下一篇:c – 如何在linux上编译cmake以便它可以生成vsproj文件?