diff --git a/.pipelines/v2/templates/job-test-project.yml b/.pipelines/v2/templates/job-test-project.yml index ec850b6dfe..6b52351222 100644 --- a/.pipelines/v2/templates/job-test-project.yml +++ b/.pipelines/v2/templates/job-test-project.yml @@ -160,6 +160,7 @@ jobs: vsTestVersion: 'toolsInstaller' uiTests: true rerunFailedTests: true + testRunTitle: 'UITests_${{ parameters.platform }}_${{ parameters.installMode }}' # Since UITests-FancyZonesEditor.dll is generated in both UITests-FancyZonesEditor and UITests-FancyZones, removed one to avoid duplicate test runs testAssemblyVer2: | **\*UITest*.dll @@ -182,6 +183,7 @@ jobs: vsTestVersion: 'toolsInstaller' uiTests: true rerunFailedTests: true + testRunTitle: 'UITests_${{ parameters.platform }}_${{ parameters.installMode }}' testAssemblyVer2: | **\*${{ module }}*.dll !**\obj\**