Posted March 14, 20232 yr When setting up CI/CD (Continuous Integration and Continuous Deployment) pipelines in Azure DevOps for .NET 7+ solutions, such as those using ASP.NET Core, it’s important to setup an automated build. The automated build will need to use the dotnet CLI to build the application, and run dotnet test to execute the unit tests within the […] The article Azure Pipeline: Publish Unit Test and Code Coverage Results with .NET 7 Solution using VSTest, Cobertura, and Coverlet appeared first on Build5Nines. View the full article
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.