From 78701d8243e51f1d1d90053c6ed1b6e90229f505 Mon Sep 17 00:00:00 2001 From: seraphima Date: Tue, 30 Jan 2024 22:22:09 +0100 Subject: [PATCH] tools dir --- .pipelines/ci/templates/run-ui-tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"