mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
remove task
This commit is contained in:
@@ -40,12 +40,6 @@ jobs:
|
||||
inputs:
|
||||
displaySettings: 'optimal'
|
||||
|
||||
- task: Windows Application Driver@0
|
||||
displayName: 'Start - WinAppDriver'
|
||||
inputs:
|
||||
OperationType: 'Start'
|
||||
#WADArguments: 127.0.0.1 4723
|
||||
|
||||
- task: VSTest@2
|
||||
displayName: 'UI Tests'
|
||||
condition: and(succeeded(), ne(variables['BuildPlatform'],'arm64')) # No arm64 agents to run the tests.
|
||||
@@ -63,9 +57,3 @@ jobs:
|
||||
**\UITests-FancyZonesEditor.dll
|
||||
!**\obj\**
|
||||
!**\ref\**
|
||||
|
||||
- task: Windows Application Driver@0
|
||||
displayName: 'Stop - WinAppDriver'
|
||||
inputs:
|
||||
OperationType: 'Stop'
|
||||
condition: succeededOrFailed()
|
||||
|
||||
Reference in New Issue
Block a user