Visual Studio Code – Building a multi-application .NET Framework Visual Studio solution in YAML pipeline
I am using Azure DevOps pipelines to build and deploy my applications. So far, I have only worked with single-projects that open in Visual Studio Code. Now I am trying to create builds for older .NET Framework Visual Studio solutions.…