Skip to content

Commit

Permalink
Merge branch 'release/2.1' into release/2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Feb 5, 2019
2 parents 2de0d66 + b3dfaf1 commit 87d7fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/KillProcesses.ps1
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env pwsh -c
$ErrorActionPreference = 'Continue'

taskkill /T /F /IM dotnet.exe
Expand All @@ -11,6 +10,7 @@ taskkill /T /F /IM vbcscompiler.exe
taskkill /T /F /IM git.exe
taskkill /T /F /IM vctip.exe
taskkill /T /F /IM chrome.exe
taskkill /T /F /IM h2spec.exe
iisreset /restart

exit 0

0 comments on commit 87d7fac

Please sign in to comment.