Skip to content

Commit a1ba0ab

Browse files
authored
[Fixes #355] Generated index.html not regenerating when source Index.html changes (#375)
1 parent eccd9cc commit a1ba0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Blazor.Build/targets/Blazor.MonoRuntime.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
<Target
589589
Name="_GenerateBlazorIndexHtml"
590590
DependsOnTargets="_ResolveBlazorIndexHtmlInputs"
591-
Inputs="$(BlazorBuildIndexInputsCache)"
591+
Inputs="$(BlazorBuildIndexInputsCache);$(BlazorIndexHtml)"
592592
Outputs="$(BlazorIndexHtmlOutputPath)">
593593
<ItemGroup>
594594
<_AppReferences Include="@(BlazorItemOutput->WithMetadataValue('Type','Assembly')->WithMetadataValue('PrimaryOutput','')->'%(FileName)%(Extension)')" />

0 commit comments

Comments
 (0)