Commit da74abd
authored
Bump to mono/LineEditor@3fa0c2eb (#740)
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1230070
Changes: mono/LineEditor@5a7e3e2...3fa0c2e
* mono/LineEditor@3fa0c2e: Fix NuGet publishing errors (#9)
* mono/LineEditor@06a4ddf: Bump `$(PackageVersion)` to 5.4.1.
* mono/LineEditor@bce1b7f: Enable .pdb files for Release config & add AzDO build script (#8)
* mono/LineEditor@4831e1a: Merge pull request #6 from terrajobst/code-of-conduct
* mono/LineEditor@5b4a4aa: Link Code of Conduct
* mono/LineEditor@410ca3d: Merge pull request #2 from VEIT-Electronics/master
* mono/LineEditor@3d802e7: Merge pull request #1 from VEIT-Electronics/bugfix/ENG-232-line-editor-completions
* mono/LineEditor@0d43552: fix: text overriding was only platform specific (check platform)
The most important piece is mono/LineEditor@bce1b7f, which will allow
us to redistribute `LineEditor.pdb` in the Xamarin.Android installers.
Add a post-`Build` target to `logcat-parse/Directory.Build.targets`
which copies `LineEditor.pdb` into `$(OutputPath)`. This will allow
the Xamarin.Android installer to include `LineEditor.pdb` into the
installer packages.1 parent 5fe912a commit da74abd
File tree
2 files changed
+14
-1
lines changed- tools/logcat-parse
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments