Code Coverage and Azure DevOps Build Pipeline
The Azure DevOps Build Pipeline YAML was a pain to get Code Coverage reports generating correctly. After much Googling and looking at the actual dotnet test options, I had overlooked the --collect argument.
If this is set to "Code Coverage", the d...
wind010.hashnode.dev2 min read