AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

Test results in DevOps should have distinguishable run names #1

Closed AArnott closed 5 years ago

AArnott commented 5 years ago

There are several test runs that execute in the Azure Pipeline. But the OS and target framework for each aren't discernable and all the test runs look alike:

image

How to get the PublishTestResults task to let us give the published file a name so it is clearly named on the build result page?