Build Visual Studio project through the command line

后端 未结 4 775
故里飘歌
故里飘歌 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

    Install the .NET SDK and use the MsBuild.exe command line tool. It's what Visual Studio uses when you build a project or solution.

提交回复
热议问题