[wasm] Don't publish the aot-instances.dll assembly, its not needed any more. (#84214)
authorZoltan Varga <vargaz@gmail.com>
Mon, 3 Apr 2023 18:15:03 +0000 (14:15 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2023 18:15:03 +0000 (14:15 -0400)
The runtime creates a dummy version of it internally.

src/mono/wasm/build/WasmApp.Native.targets

index bf3a33b057d03c25248adb35bac2233cce71ad21..51c2de8a936c9ff1e94bbc868953754b6c95055e 100644 (file)
       <WasmNativeAsset Include="$(_WasmIntermediateOutputPath)dotnet.js" />
       <WasmNativeAsset Include="$(_WasmIntermediateOutputPath)dotnet.worker.js" Condition="Exists('$(_WasmIntermediateOutputPath)dotnet.worker.js')" />
       <WasmNativeAsset Include="$(_WasmIntermediateOutputPath)dotnet.js.symbols" Condition="'$(WasmEmitSymbolMap)' == 'true' and Exists('$(_WasmIntermediateOutputPath)dotnet.js.symbols')" />
+      <_WasmAssembliesInternal Remove="$(_WasmDedupAssembly)"/>
     </ItemGroup>
   </Target>