Showing posts with label dotnet build. Show all posts
Showing posts with label dotnet build. Show all posts

Tuesday, January 8, 2019

Deploying .Net Core using command line tools

We saw that .Net Core offers 2 types of deployment framework-dependent deployment and self-contained deployment. In the post we shall see on how to deploy a simple console applications using the command line (CLI) tools.

Let us takes the simple Hello World console application, and try to create a deployment package for the application.