Commit bfb16ec
committed
[TO-DROP] build: add MSAL single file publish workaround
TODO: IS THIS STILL NEEDED?
Add a workaround for a bug in MSAL's loading of native dependencies when
published as a single file bundle.
Using the IncludeAddContentForSelfExtract option will cause all managed
and native dependencies to be extracted on first launch to a temporary
directory, and executed from there.
This only affects Windows as only Windows has support for the MSAL
runtime that requires the native dependencies.1 parent 957fd0b commit bfb16ec
File tree
1 file changed
+27
-0
lines changed1 file changed
+27
-0
lines changedLines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
18 | 45 | | |
19 | 46 | | |
20 | 47 | | |
| |||
0 commit comments