From ce895e74b3f248832006b653dd2883fbdd669dcd Mon Sep 17 00:00:00 2001 From: seraphima Date: Wed, 31 Jan 2024 18:43:43 +0100 Subject: [PATCH] try full path --- .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 c911283912..1dab111c7f 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 '$(Agent.ToolsDirectory)\VsTest\**' + -VsConsolePath '$(Agent.ToolsDirectory)\VsTest\17.10.0-preview-24080-01\x64\tools\net462\Common7\IDE\Extensions\TestPlatform' -MatchPattern '**\UITests-*.dll' -LogPath '$(Build.ArtifactStagingDirectory)\Logs' -ResultPath "$(Build.ArtifactStagingDirectory)\TestResults"