From f3540174cdf990974398d0e2a3a9dc0d5e620e29 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Thu, 23 May 2024 22:32:28 +0100 Subject: [PATCH] [ci][Tests]Fix vstest location for VS 17.10 release (#33033) --- .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 a45002aebc..8d0b550299 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -60,7 +60,7 @@ jobs: searchFolder: '$(Pipeline.Workspace)\build-${{ parameters.platform }}-${{ parameters.configuration }}' 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\17.10.0-release-24177-07\x64\tools\net462\Common7\IDE\Extensions\TestPlatform' + vstestLocation: '$(Agent.ToolsDirectory)\VsTest\17.10.0\x64\tools\net462\Common7\IDE\Extensions\TestPlatform' uiTests: true rerunFailedTests: true testAssemblyVer2: |