From 864248f18f18cd3a0cb747b2e5bae3eb255d7c10 Mon Sep 17 00:00:00 2001 From: seraphima Date: Tue, 30 Jan 2024 19:44:59 +0100 Subject: [PATCH] vs 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 485a137c00..78583f8b66 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 'D:\a\_work\_temp\VsTest\**' + -VsConsolePath '$(Build.SourcesDirectory)\**' -MatchPattern '**\UITests-*.dll' -LogPath '$(Build.ArtifactStagingDirectory)\Logs' -ResultPath "$(Build.ArtifactStagingDirectory)\TestResults"