diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 78583f8b66..c911283912 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -43,7 +43,7 @@ jobs: filePath: $(build.sourcesdirectory)\.pipelines\scripts\runUiTests.ps1 arguments: >- -SearchFolder '$(Build.ArtifactStagingDirectory)\x64\**\UITests-FancyZonesEditor.dll' - -VsConsolePath '$(Build.SourcesDirectory)\**' + -VsConsolePath '$(Agent.ToolsDirectory)\VsTest\**' -MatchPattern '**\UITests-*.dll' -LogPath '$(Build.ArtifactStagingDirectory)\Logs' -ResultPath "$(Build.ArtifactStagingDirectory)\TestResults"