From 2227fb822c872f5009ed09a21a8b0ce56b5d244a Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 23 Jan 2019 10:50:39 -0800 Subject: [PATCH] Update test results path to specify Debug configuration for Spanish_Unit_Tests --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index df917f65fb2..5ae5052ab3d 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() -- GitLab