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

renable dotnet bundle cuz that was the real issue.

This commit is contained in:
RaidMax
2021-08-16 17:02:47 -05:00
parent 78e733cfc6
commit 2f989bf171

View File

@ -97,6 +97,6 @@
</Target>
<Target Name="MyPreCompileTarget" BeforeTargets="Build">
<!-- <Exec Command="dotnet bundle" />-->
<Exec Command="dotnet bundle" />
</Target>
</Project>