I have created a .net framework 4.7.2 mvc project
in visual studio.
From visual studio, I can publish this project to a folder by right click the project name -> select publish -> select Folder and so on. The screenshot is as below:
And now, I want to use some commands(For example, for a .net core
project, we can use dotnet publish
command to publish to a folder) to publish it to folder instead of using visual studio, does anyone know it?
Thanks in advance.