Instead of click publish button and choose path,i need to publish the application programmatically.
Asked
Active
Viewed 77 times
1 Answers
0
Have a look at dotnet publish command.
dotnet publish - Publishes the application and its dependencies to a folder for deployment to a hosting system.

McNets
- 10,352
- 3
- 32
- 61