[Fixes #355] Generated index.html not regenerating when source Index.html changes (#375)

This commit is contained in:
Javier Calvarro Nelson 2018-03-25 18:36:27 -07:00 committed by GitHub
parent eccd9ccdf9
commit a1ba0ab8ea
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@
<Target
Name="_GenerateBlazorIndexHtml"
DependsOnTargets="_ResolveBlazorIndexHtmlInputs"
Inputs="$(BlazorBuildIndexInputsCache)"
Inputs="$(BlazorBuildIndexInputsCache);$(BlazorIndexHtml)"
Outputs="$(BlazorIndexHtmlOutputPath)">
<ItemGroup>
<_AppReferences Include="@(BlazorItemOutput->WithMetadataValue('Type','Assembly')->WithMetadataValue('PrimaryOutput','')->'%(FileName)%(Extension)')" />