Publish an ASP.NET Core app using the .NET CLI. Describe the difference between framework-dependent and self-contained deployments. Understand deploying an ASP.NET Core app to Azure.
Learning objectives
By the end of this module, you’ll be able to:
- Describe some of the deployment options available for ASP.NET Core apps.
- Describe what the
dotnet publishcommand does. - Publish an ASP.NET Core app as a framework-dependent deployment.
- Publish an ASP.NET Core app as a self-contained deployment.
Leave a Reply