We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a181fd5 commit cb09225Copy full SHA for cb09225
src/Components/Blazor/Build/src/targets/Blazor.MonoRuntime.targets
@@ -22,8 +22,6 @@
22
<Target
23
Name="_BlazorCopyFilesToOutputDirectory"
24
DependsOnTargets="PrepareBlazorOutputs"
25
- Inputs="@(BlazorOutputWithTargetPath)"
26
- Outputs="@(BlazorOutputWithTargetPath->'$(TargetDir)%(TargetOutputPath)')"
27
AfterTargets="CopyFilesToOutputDirectory"
28
Condition="'$(OutputType.ToLowerInvariant())'=='exe'">
29
0 commit comments