If you are a .NET developer you might have already come across Azure Devops, Its a very simple and powerful tool by Microsoft to have all of your projects artifacts together, whether its the Boards, GIT Repos, Pipelines or your Test Plans.
While it makes a complete sense to use Azure Devops Pipelines to build and deploy your applications to Azure Cloud, interestingly its super simple to deploy to your on-premises servers via the Azure Devops Pipelines.
In the video below, I will talk about the concepts of Azure Devops Pipelines and I will demo how we can deploy a dotnet based application behind the IIS on our local On-Prem machine.