MonoDevelop command line compile a solution

前端 未结 2 2004
谎友^
谎友^ 2021-02-12 14:49

The problem is as follows: I have a MonoDevelop project (ASP.NET) on my development workstation.

I\'m currently at a customer site, without my regular development envir

2条回答
  •  再見小時候
    2021-02-12 15:01

    If you want to use xbuild, create a symlink:

    cd /usr/lib/mono/xbuild/Microsoft/VisualStudio/v9.0

    ln -s v9.0 v10.0

    I have the same exact ubuntu 12.04 distro on two different computers and could not figure out why mono would compile on one computer and not the other. But oh well, symlink solved the problem.

提交回复
热议问题