dotnet / scenario-tests

Scenario testing for installed .NET Core SDKs
MIT License
5 stars 7 forks source link

Use v2 format of xunit #81

Closed mthalman closed 5 months ago

mthalman commented 5 months ago

The output file is in the format of xUnit v1 XML schema. This format is unsupported by Azure DevOps in order to view the results in the integrated Test view. As documented in the PublishTestResults task, only the v2 schema is supported.

In order to have support in Azure DevOps for the output produced by the scenario tests, these changes update the format to the v2 schema.