Commit c66f840
committed
Optimize CI build process for WebAssembly project
Added a `<PropertyGroup>` to optimize the build process in CI environments:
- Disabled AOT compilation (`<PublishAot>false`) to reduce build time.
- Increased WebAssembly initial heap size to 64 MB to lower memory pressure during linking.
- Set console log verbosity to minimal for cleaner CI output.
These changes improve efficiency and resource usage in hosted CI environments like GitHub Actions.1 parent ab3f2e0 commit c66f840
File tree
1 file changed
+8
-0
lines changed- BlazorBootstrap.Demo.WebAssembly
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
0 commit comments