An Enthusiastic Programmer

ASP.NET Web Deployment: Command Line Deployment

|

Command Line is the most basic way that does the deployment process. Usually, we don’t need to run any command line for the build and deployment manually. It’s because Visual Studio IDE will do all of these for us in the UI. However, build and deploy through the command line is also principal to learn for DevOps. If you are unfamiliar with DevOps and Jenkins, you can take a look at Jenkins Tutorial For DevOps for more details.

This article aims to take cover a comprehensive deployment process through the command line way. Let us explore now!

In this article: