In Azure Devops Pipeline build, I enabled Code Coverage for the VSTest task, and it provided the code coverage artifact on the build run.
I can download that file but where can I load it into Visual Studio for analysis?
Of note, I have VS 2019 Professional, not Enterprise.