Skip to content

Commit cb09225

Browse files
Allow overwriting outputs with older inputs. Fixes #18192
1 parent a181fd5 commit cb09225

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Components/Blazor/Build/src/targets/Blazor.MonoRuntime.targets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
<Target
2323
Name="_BlazorCopyFilesToOutputDirectory"
2424
DependsOnTargets="PrepareBlazorOutputs"
25-
Inputs="@(BlazorOutputWithTargetPath)"
26-
Outputs="@(BlazorOutputWithTargetPath->'$(TargetDir)%(TargetOutputPath)')"
2725
AfterTargets="CopyFilesToOutputDirectory"
2826
Condition="'$(OutputType.ToLowerInvariant())'=='exe'">
2927

0 commit comments

Comments
 (0)