mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
changed args and condition
This commit is contained in:
@@ -40,11 +40,10 @@ jobs:
|
|||||||
displayName: 'Start - WinAppDriver'
|
displayName: 'Start - WinAppDriver'
|
||||||
inputs:
|
inputs:
|
||||||
WADArguments: 127.0.0.1 4723/wd/hub
|
WADArguments: 127.0.0.1 4723/wd/hub
|
||||||
AgentResolution: 1080p
|
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
displayName: 'UI Tests'
|
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:
|
inputs:
|
||||||
platform: '$(BuildPlatform)'
|
platform: '$(BuildPlatform)'
|
||||||
configuration: '$(BuildConfiguration)'
|
configuration: '$(BuildConfiguration)'
|
||||||
|
|||||||
Reference in New Issue
Block a user