Exclude accidental dotnet bundle command comment

This commit is contained in:
RaidMax 2021-08-26 17:37:01 -05:00
parent a815bcbff5
commit da301bef40

View File

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