Build Visual Studio project through the command line

后端 未结 4 757
故里飘歌
故里飘歌 2020-11-30 01:51

I am running an ASP.NET website from a Windows Server 2008 installation, and I like to edit the pages through the command line since I ssh into the server.

I install

4条回答
  •  一向
    一向 (楼主)
    2020-11-30 02:36

    Maybe with this command:

      >> devenv myproject.sln /Build "Release|x86"
    

    You can find devenv in "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" path.

提交回复
热议问题