Exclude accidental dotnet bundle command comment
This commit is contained in:
parent
a815bcbff5
commit
da301bef40
@ -97,6 +97,6 @@
|
|||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="MyPreCompileTarget" BeforeTargets="Build">
|
<Target Name="MyPreCompileTarget" BeforeTargets="Build">
|
||||||
<!--<Exec Command="dotnet bundle" />-->
|
<Exec Command="dotnet bundle" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user