Build & Deploy Windows Service Using Azure Pipeline
In this article, I will show you the Azure pipeline YAML code that you can use to build and deploy a Windows service application. The Windows service I used is a .NET Core application. The build stage is almost the same as in the post about building & deploying an ASP.NET Core Web API to …
Build & Deploy Windows Service Using Azure Pipeline Read More »