Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9760ad2
[wasm] Use --emit-symbol-map to generate a dotnet.js.symbols
radical Feb 10, 2022
1b7b494
wasm.proj: cleanup
radical Feb 10, 2022
6464cbd
[wasm] honor XunitShowProgress property
radical Feb 10, 2022
180227b
[wasm] avoid extra build when publishing
radical Feb 10, 2022
129dc65
[wasm] WasmAppBuilder: Fix handling of ExtraFilesToDeploy
radical Feb 11, 2022
e3d8531
[wasm] Fix AOT proxy project to support ExtraFilesToDeploy
radical Feb 11, 2022
4db7e9a
[wasm] Add a symbol patterns file to be used for symbolicating
radical Feb 11, 2022
401363c
Fix path to the symbols file
radical Feb 11, 2022
8e3a34c
Merge remote-tracking branch 'origin/main' into symbol-map-2
radical Feb 11, 2022
6d8718a
WasmAppBuilder: Correctly handle ExtraFiles with no TargetPath
radical Feb 11, 2022
61447ba
handle missing TargetPath metadata in ExtraFileToDeply
radical Feb 11, 2022
0fe733e
re-enable failing tests
radical Feb 11, 2022
f12d49c
disable unrelated builds
radical Feb 11, 2022
df03b47
Merge branch 'symbol-map-2'
radical Feb 11, 2022
6ad8934
[wasm] Add WasmEmitSymbolMap, and make it opt-in till blazor gets sup…
radical Feb 12, 2022
efabfcf
dotnet-install.sh logs errors from curl, while trying older urls, don…
radical Feb 12, 2022
4076825
Merge branch 'symbol-map-2'
radical Feb 12, 2022
586fdc7
Merge remote-tracking branch 'origin/main'
radical Feb 12, 2022
5e59bf6
run only specific tests
radical Feb 12, 2022
831c9c6
add multiple copies of helix items
radical Feb 12, 2022
04d0a45
Merge remote-tracking branch 'origin/main'
radical Feb 14, 2022
8dcd8ab
Merge remote-tracking branch 'origin/main'
radical Feb 14, 2022
8502a07
Enable assertions, get memalign fix, remove --allow-undefined
radical Feb 14, 2022
a71daa4
enable tests
radical Feb 14, 2022
73c6e90
Merge remote-tracking branch 'origin/main'
radical Feb 14, 2022
f3750e7
Enable more tests
radical Feb 15, 2022
736177f
Merge remote-tracking branch 'origin/main' into debugging-crashes
radical Feb 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eng/liveBuilds.targets
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
$(LibrariesNativeArtifactsPath)dotnet.d.ts;
$(LibrariesNativeArtifactsPath)package.json;
$(LibrariesNativeArtifactsPath)dotnet.wasm;
$(LibrariesNativeArtifactsPath)dotnet.js.symbols;
$(LibrariesNativeArtifactsPath)dotnet.timezones.blat;
$(LibrariesNativeArtifactsPath)*.dat;"
IsNative="true" />
Expand Down
Loading