1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

simplify build script for local builds

This commit is contained in:
RaidMax
2024-06-29 16:54:06 -05:00
parent 74ad200b8e
commit 451b25ffb2
10 changed files with 127 additions and 117 deletions

View File

@ -73,4 +73,8 @@
</None>
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="if $(ConfigurationName) == Debug powershell.exe $(ProjectDir)BuildScripts\PreBuild.ps1 $(SolutionDir) $(TargetDir)" />
</Target>
</Project>