Skip to content

Commit

Permalink
fixup! Make KillProcesses.ps1 consistent with file in aspnet/AspNetCore
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Feb 5, 2019
1 parent 8b72786 commit b3dfaf1
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 b3dfaf1

Please sign in to comment.