This article will learn How to publish and deploy a web application written using dot net core on Ubuntu Linux 64 operating system.
dotnet publish -c Release --self-contained -r linux-x64
This article will learn How to publish and deploy a web application written using dot net core on Ubuntu Linux 64 operating system.
dotnet publish -c Release --self-contained -r linux-x64
Leave A Comment