How to install msbuild on CentOs

孤街醉人 提交于 2020-01-16 07:45:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!