Rebuild client apps when any source file changes
This commit is contained in:
parent
fe6105a902
commit
748903c62f
|
|
@ -15,7 +15,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="BuildBlazorApp" AfterTargets="Build">
|
<Target Name="BuildBlazorApp" AfterTargets="Build" Inputs="$(ProjectDir)**" Outputs="$(ProjectDir)$(OutDir)dist\**">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<WebRootName>wwwroot</WebRootName>
|
<WebRootName>wwwroot</WebRootName>
|
||||||
<WebRootPath>$(ProjectDir)$(WebRootName)</WebRootPath>
|
<WebRootPath>$(ProjectDir)$(WebRootName)</WebRootPath>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue