mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
remove task
This commit is contained in:
@@ -40,12 +40,6 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
displaySettings: 'optimal'
|
displaySettings: 'optimal'
|
||||||
|
|
||||||
- task: Windows Application Driver@0
|
|
||||||
displayName: 'Start - WinAppDriver'
|
|
||||||
inputs:
|
|
||||||
OperationType: 'Start'
|
|
||||||
#WADArguments: 127.0.0.1 4723
|
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
displayName: 'UI Tests'
|
displayName: 'UI Tests'
|
||||||
condition: and(succeeded(), 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.
|
||||||
@@ -63,9 +57,3 @@ jobs:
|
|||||||
**\UITests-FancyZonesEditor.dll
|
**\UITests-FancyZonesEditor.dll
|
||||||
!**\obj\**
|
!**\obj\**
|
||||||
!**\ref\**
|
!**\ref\**
|
||||||
|
|
||||||
- task: Windows Application Driver@0
|
|
||||||
displayName: 'Stop - WinAppDriver'
|
|
||||||
inputs:
|
|
||||||
OperationType: 'Stop'
|
|
||||||
condition: succeededOrFailed()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user