问题
I want to install msbuild on CentOS to run project.sln files. What are the commands for installing the same. I tried to install using "didstopia/msbuild" docker image but could not succeed.
回答1:
Install the dotnet sdk for centOS.
You will be able to run msbuild files with the command dotnet msbuild
or even just dotnet
.
来源:https://stackoverflow.com/questions/54735479/how-to-install-msbuild-on-centos