Commit dfea975
committed
[bundle] Include
Commit a08cd80 updated `mono-runtimes.targets` to copy e.g.
`cross-arm64.exe` to `cross-arm64.d.exe`, then to *strip*
`cross-arm64.exe` in an effort to (eventually) reduce `.vsix` size.
While admirable, there was one oversight: the original un-`strip`ped
`cross-arm64.d.exe` *wasn't* added to the bundle, meaning the copy
with debug symbols is *lost*.
Oops.
Correct this oversight and add `cross-*.d*` to the bundle.cross*.d* in the bundle1 parent e6a51ae commit dfea975
File tree
2 files changed
+4
-1
lines changed- build-tools
- bundle
- mono-runtimes
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
582 | 585 | | |
583 | 586 | | |
584 | 587 | | |
| |||
0 commit comments