You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[installer] add missing .pdb files to Xamarin.Android
Partially fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1467817
A warning is printed when building with `-p:MonoSymbolArchive=true`:
Warning: Directory obj\Release\120\android\assets contains Java.Interop.dll but no debug symbols file was found.
It turns out we are missing `Java.Interop.pdb` from our installer?
I went ahead and also added `Mono.Posix.pdb` and
`System.EnterpriseServices.pdb`, since we appear to have these in
build output.
0 commit comments