1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Exclude accidental dotnet bundle command comment

This commit is contained in:
RaidMax
2021-08-26 17:37:01 -05:00
parent fe140707ee
commit 300b3a5908

View File

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