ci: actually kill leftover processes on WOA testing (#20286)
This commit is contained in:
parent
e459114149
commit
6f2fe7560a
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ steps:
|
||||||
displayName: 'Verify ffmpeg'
|
displayName: 'Verify ffmpeg'
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
Get-Process | Where Name –Like "electron.exe*" | Stop-Process
|
Get-Process | Where Name –Like "electron*" | Stop-Process
|
||||||
Get-Process | Where Name –Like "MicrosoftEdge.exe*" | Stop-Process
|
Get-Process | Where Name –Like "MicrosoftEdge*" | 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…
Reference in a new issue