Browse Source

use 4k res on windows tests

Dan Walmsley 3 years ago
parent
commit
0bb62fa809
1 changed files with 1 additions and 1 deletions
  1. 1 1
      azure-pipelines-integrationtests.yml

+ 1 - 1
azure-pipelines-integrationtests.yml

@@ -29,7 +29,7 @@ jobs:
   - task: Windows Application Driver@0
     inputs:
       OperationType: 'Start'
-      AgentResolution: '1080p'
+      AgentResolution: '4K'
     displayName: 'Start WinAppDriver'
   
   - task: DotNetCoreCLI@2