Bug fix
This commit is contained in:
parent
56a60e3d2f
commit
3186c63482
@ -28,7 +28,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
|
||||
<Exec Command="bower install - -allow-root" />
|
||||
<Exec Command="bower install --allow-root" />
|
||||
<Exec Command="dotnet bundle" Condition="'$(ASPNETCORE_ENVIRONMENT)'!='Development'" />
|
||||
</Target>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user