'Associating automated tests in Azure with XUnit shows "None" as outcome

I am trying to associate my automation with their test cases in Azure, but I keep running into an issue where after it runs, the outcome is "None" and the TC shows as In Progress. I have followed these two resources to a T:

Resource 1

Resource 2

with the same result on both. Is there something obvious that I'm missing when setting this up?

Here is the result: test run result

Here are my settings for the pipeline and test plan:Test Plan Settings Installer Settings VS Test Settings



Solution 1:[1]

Rather try to run the vstest task using "Select tests using=Test plan". More https://stackoverflow.com/a/71921582/2252417

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 holaktomas