0

Instead of click publish button and choose path,i need to publish the application programmatically.

1 Answers1

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