mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
AgentResolution should be a string
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
OperationType: 'Start'
|
OperationType: 'Start'
|
||||||
WADArguments: 127.0.0.1 4723
|
WADArguments: 127.0.0.1 4723
|
||||||
AgentResolution: 1080p
|
AgentResolution: '1080p'
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
displayName: 'UI Tests'
|
displayName: 'UI Tests'
|
||||||
|
|||||||
Reference in New Issue
Block a user