From c17a886ad7d40bdcc6b15e847b05d6c5b0741fa5 Mon Sep 17 00:00:00 2001 From: seraphima Date: Thu, 1 Feb 2024 23:28:31 +0100 Subject: [PATCH] test with full vsconsole path --- .pipelines/ci/templates/run-ui-tests-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index b5a8a09ad6..27a26e8dd0 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -45,7 +45,8 @@ jobs: testSelector: 'testAssemblies' searchFolder: '$(Build.ArtifactStagingDirectory)' vstestLocationMethod: 'location' # otherwise fails to find vstest.console.exe - vstestLocation: '$(Agent.ToolsDirectory)\VsTest\**\${{ parameters.platform }}\tools\net462\Common7\IDE\Extensions\TestPlatform' + #vstestLocation: '$(Agent.ToolsDirectory)\VsTest\**\${{ parameters.platform }}\tools\net462\Common7\IDE\Extensions\TestPlatform' + vstestLocation: '$(Agent.ToolsDirectory)\VsTest\17.10.0-preview-24080-01\x64\tools\net462\Common7\IDE\Extensions\TestPlatform' uiTests: true testAssemblyVer2: | **\UITests-FancyZones.dll