Building and running Monodevelop solution in OS X Terminal

后端 未结 3 681
旧时难觅i
旧时难觅i 2021-02-06 06:44

I\'d like to build and run a Monodevelop solution from the OS X Terminal. What are the appropriate tools/commands to do this?

I tried running mdto

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-06 07:38

    Nowadays if you run xbuild you also will get:

    ">>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<"

    So, you should go for:

    msbuild Solution.sln
    

提交回复
热议问题