From ed5fb2323704684dd4eb881cba43aa7fa890cd51 Mon Sep 17 00:00:00 2001 From: seraphima Date: Thu, 25 Jan 2024 13:52:46 +0100 Subject: [PATCH] set test platform version --- .pipelines/ci/templates/run-ui-tests-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 14ee439a57..432bb24b3d 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -35,6 +35,8 @@ jobs: - task: VisualStudioTestPlatformInstaller@1 displayName: Ensure VSTest Platform + versionSelector: 'specificVersion' + testPlatformVersion: '17.0' - task: VSTest@2 displayName: 'UI Tests'