Commit aae23c9
authored
[Java.Interop] use $(DebugType)=portable (#958)
Context: dotnet/android#6799
dotnet/android#6799 is missing `Java.Interop.pdb` when
building in `Release` configuration. I suspect this is due to
`$(DebugType)`=full, which creates `Java.Interop.dll.mdb`!
The modern approach is to use `portable` for both `Debug` and
`Release` configurations, so we should just use that.1 parent 1987829 commit aae23c9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments