mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
changed args and condition
This commit is contained in:
@@ -40,11 +40,10 @@ jobs:
|
||||
displayName: 'Start - WinAppDriver'
|
||||
inputs:
|
||||
WADArguments: 127.0.0.1 4723/wd/hub
|
||||
AgentResolution: 1080p
|
||||
|
||||
- task: VSTest@2
|
||||
displayName: 'UI Tests'
|
||||
condition: ne(variables['BuildPlatform'], 'arm64') # No arm64 agents to run the tests.
|
||||
condition: and(succeeded(), ne(variables['BuildPlatform'],'arm64')) # No arm64 agents to run the tests.
|
||||
inputs:
|
||||
platform: '$(BuildPlatform)'
|
||||
configuration: '$(BuildConfiguration)'
|
||||
|
||||
Reference in New Issue
Block a user