Skip to content

Commit 210f081

Browse files
committed
Fix up-to-date check
1 parent 5989d4a commit 210f081

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Components/Blazor/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434

3535
<Content Remove="$(YarnWorkingDir)**" />
3636
<None Include="$(YarnWorkingDir)*" Exclude="$(YarnWorkingDir)node_modules\**" />
37+
38+
<UpToDateCheckInput Include="@(YarnInputs)" Set="StaticWebassets" />
39+
<UpToDateCheckOutput Include="@(YarnOutputs)" Set="StaticWebassets" />
3740
</ItemGroup>
3841

3942
<Target Name="_CreateInteropHash" BeforeTargets="CompileInterop" Condition="'$(DesignTimeBuild)' != 'true'">

0 commit comments

Comments
 (0)