Merge pull request #37 from microsoft/user/ryanbod/kill_powerlauncher_exe

Adding Directory.Build.targets for launcher
This commit is contained in:
ryanbodrug-microsoft
2020-04-06 13:21:28 -07:00
committed by GitHub
2 changed files with 8 additions and 4 deletions

View File

@@ -187,8 +187,4 @@
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="powershell.exe -NoProfile -ExecutionPolicy Bypass -File $(SolutionDir)src\modules\launcher\Scripts\post_build.ps1 $(ConfigurationName) $(SolutionDir)src\modules\launcher" />
</Target>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="taskkill /f /fi &quot;IMAGENAME eq PowerLauncher.exe&quot;" />
</Target>
</Project>