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 89bef46 commit d23d6d3Copy full SHA for d23d6d3
src/mono/wasm/build/WasmApp.LocalBuild.targets
@@ -24,6 +24,7 @@
24
25
<UsingTask TaskName="MonoAOTCompiler" AssemblyFile="$(MonoAOTCompilerTasksAssemblyPath)" TaskFactory="TaskHostFactory" />
26
<UsingTask TaskName="ILStrip" AssemblyFile="$(MonoTargetsTasksAssemblyPath)" TaskFactory="TaskHostFactory" />
27
+ <UsingTask TaskName="RuntimeConfigParserTask" AssemblyFile="$(MonoTargetsTasksAssemblyPath)" TaskFactory="TaskHostFactory" />
28
29
<PropertyGroup>
30
<PublishTrimmed Condition="'$(PublishTrimmed)' == ''">true</PublishTrimmed>
0 commit comments