Browse Source

ci: make sure msedge isn't running at end of woa test (#23360)

Co-authored-by: John Kleinschmidt <[email protected]>
trop[bot] 5 years ago
parent
commit
5b3267c400
1 changed files with 1 additions and 0 deletions
  1. 1 0
      azure-pipelines-woa.yml

+ 1 - 0
azure-pipelines-woa.yml

@@ -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()