Publishing Process

Learn to publish our application by following step-by-step instructions.

We'll cover the following

The publishing process is the process of building artifacts to run an application in a production environment.

Let’s continue and inspect the csproj ASP.NET Core project file by looking at the Target element, which has a Name attribute of PublishRunWebPack. The following code executes a set of tasks when the Visual Studio project is published:

Get hands-on with 1200+ tech skills courses.