diff --git a/azure-pipelines.yml b/azure-pipelines.yml index df917f65fb2ff5022165b68d6162c41747bb6d74..5ae5052ab3d4486143e2585f74588231413f30a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -70,7 +70,7 @@ jobs: - task: PublishTestResults@1 inputs: testRunner: XUnit - testResultsFiles: '$(Build.SourcesDirectory)\artifacts\TestResults\$(_configuration)\*.xml' + testResultsFiles: '$(Build.SourcesDirectory)\artifacts\TestResults\Debug\*.xml' mergeTestResults: true testRunTitle: 'Windows Desktop Spanish' condition: succeededOrFailed()