Co-authored-by: John Kleinschmidt <[email protected]>
@@ -80,5 +80,6 @@ steps:
- powershell: |
Get-Process | Where Name –Like "electron*" | 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'
condition: always()