Include *.html in UpToDateCheckInput
This commit is contained in:
parent
3e5381c17e
commit
2fc2a23d41
|
|
@ -19,8 +19,9 @@
|
||||||
<Generator>MSBuild:BlazorCompileRazorComponents</Generator>
|
<Generator>MSBuild:BlazorCompileRazorComponents</Generator>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|
||||||
<!-- Instruct VS to include cshtml files in its "fast up-to-date check". If we didn't, then
|
<!-- Instruct VS to include html/cshtml files in its "fast up-to-date check". If we didn't, then
|
||||||
it will skip the build entirely if you only changed cshtml files. -->
|
it will skip the build entirely if you only changed html/cshtml files. -->
|
||||||
<UpToDateCheckInput Include="$(ProjectDir)**\*.cshtml" />
|
<UpToDateCheckInput Include="$(ProjectDir)**\*.cshtml" />
|
||||||
|
<UpToDateCheckInput Include="$(ProjectDir)**\*.html" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue