MonoDevelop command line compile a solution

前端 未结 2 2006
谎友^
谎友^ 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.

    0 讨论(0)
  • 2021-02-12 15:07
    mdtool build proj.csproj
    
    0 讨论(0)
提交回复
热议问题