Publishing a .NET Core Project

Once you have tested and debugged your application and are confident that it is ready to be deployed, the next step is to publish it.

Note: Before you publish a COBOL application for use on .NET Core you must have decided which deployment type you want to use. See Different Types of .NET Core Deployment for more information.

How you publish your application, and the files that are produced by publishing it, varies depending on the deployment type that you choose.