From d871a50a150ef2edc3c70a7c325e1a921c159a68 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Tue, 5 Jul 2022 09:55:34 -0700 Subject: [PATCH] Don't set display resolution, since it's not available on desktop SKUs --- build/pipelines/templates/run-ui-tests.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/pipelines/templates/run-ui-tests.yaml b/build/pipelines/templates/run-ui-tests.yaml index c673ca9a..159f55d7 100644 --- a/build/pipelines/templates/run-ui-tests.yaml +++ b/build/pipelines/templates/run-ui-tests.yaml @@ -20,10 +20,6 @@ jobs: steps: - checkout: none - - powershell: Set-DisplayResolution -Width 1920 -Height 1080 -Force - displayName: Set resolution to 1920x1080 - continueOnError: true - - task: DownloadBuildArtifacts@0 displayName: Download MsixBundle and CalculatorUITests inputs: