I would like to fully automate my current application deployment process.
I have big project in Azure DevOps. Code was writen on C# for .Net core. The Solution consists 3 sites and 2 windows service application (build to msi file). When I was creating Pipelines and choose "Azure Repos Git" and click on my project then in Configure your pipeline choose "ASP.NET CORE". On "Review your pipeline YAML" I have a problems.
How can I in YAML file point to the site I want to build?