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.
  • If you will be deploying the project to an Azure .NET environment you need to modify the settings of the CALLFH and CALLSORT directives in order to avoid dependency issues with the C runtime. See Deploying to Azure .NET in .NET Core Known Issues and Restrictions 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.

You can choose to publish using the IDE or using MSBuild at the command line.