diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index a4eaa1f1cd..06f3b6d9cf 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -35,9 +35,6 @@ jobs: - task: VisualStudioTestPlatformInstaller@1 displayName: Ensure VSTest Platform - packageFeedSelector: 'nugetOrg' - versionSelector: 'specificVersion' - testPlatformVersion: '17.0' - task: VSTest@2 displayName: 'UI Tests' @@ -47,8 +44,8 @@ jobs: configuration: '$(BuildConfiguration)' testSelector: 'testAssemblies' searchFolder: '$(Build.ArtifactStagingDirectory)' - vstestLocationMethod: 'version' - vsTestVersion: '17.0' + vstestLocationMethod: 'location' + vstestLocation: 'D:\a\_work\_temp\VsTest' testAssemblyVer2: | **\UITests-FancyZones.dll **\UITests-FancyZonesEditor.dll