Open
Description
Describe the bug
DevOps has a dashboard for seeing the test results of a build. This currently only shows our unit test results as they're MSBuild based. The UI Tests use TAEF to run in the CI. We need to convert those result outputs into a format the DevOps dashboard understands.
This will make it easier to see and look up test failures when they occur.
FYI @azchohfi
@kmahone any tips/pointers on how this is configured for WinUI in your repo?