ci: make sure msedge isn't running at end of woa test (#23332)
This commit is contained in:
parent
ad1f341d7a
commit
088a8256f9
1 changed files with 1 additions and 0 deletions
|
@ -88,5 +88,6 @@ steps:
|
||||||
- powershell: |
|
- powershell: |
|
||||||
Get-Process | Where Name –Like "electron*" | Stop-Process
|
Get-Process | Where Name –Like "electron*" | Stop-Process
|
||||||
Get-Process | Where Name –Like "MicrosoftEdge*" | Stop-Process
|
Get-Process | Where Name –Like "MicrosoftEdge*" | Stop-Process
|
||||||
|
Get-Process | Where Name –Like "msedge*" | Stop-Process
|
||||||
displayName: 'Kill processes left running from last test run'
|
displayName: 'Kill processes left running from last test run'
|
||||||
condition: always()
|
condition: always()
|
||||||
|
|
Loading…
Add table
Reference in a new issue