From 7cd39f3ae6735f53f7deea8d91312a8046309459 Mon Sep 17 00:00:00 2001 From: seraphima Date: Mon, 18 Mar 2024 22:42:52 +0100 Subject: [PATCH] try without vstest location --- .pipelines/ci/templates/run-ui-tests-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 40c2210867..78dfedba7e 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -60,9 +60,6 @@ jobs: configuration: '$(BuildConfiguration)' 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\17.10.0-preview-24080-01\x64\tools\net462\Common7\IDE\Extensions\TestPlatform' uiTests: true rerunFailedTests: true testAssemblyVer2: |