Using proper executable name when closing 'PowerLauncher' process

This commit is contained in:
ryanbodrug-microsoft
2020-03-30 09:34:58 -07:00
parent 7feaa505c2
commit 73a7adea63

View File

@@ -188,6 +188,6 @@
</Target>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="taskkill /f /fi &quot;IMAGENAME eq Launcher.exe&quot;" />
<Exec Command="taskkill /f /fi &quot;IMAGENAME eq PowerLauncher.exe&quot;" />
</Target>
</Project>