Skip to content

Commit 2c02209

Browse files
authored
[Blazor] Explicitly opt-out from inlining boot config in tests (#61517)
1 parent a94ba4b commit 2c02209

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Components/WebAssembly/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
<!-- Avoid source build issues with WebAssembly -->
55
<ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
66
</PropertyGroup>
7+
<PropertyGroup>
8+
<WasmInlineBootConfig>false</WasmInlineBootConfig>
9+
</PropertyGroup>
710
</Project>

src/Components/test/testassets/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
<_Parameter2>true</_Parameter2>
2020
</AssemblyAttribute>
2121
</ItemGroup>
22+
<PropertyGroup>
23+
<WasmInlineBootConfig>false</WasmInlineBootConfig>
24+
</PropertyGroup>
2225
</Project>

0 commit comments

Comments
 (0)