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
[build] Copy Mono.Options.pdb to output directory (#896)
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1421424/
A recent update to `Mono.Options.dll` (presumably commit c936d09)
has caused a symbol check failure in our latest VS insertion. We can
fix this by updating one of the tools projects that references this
package to copy `Mono.Options.pdb` to the Output Directory.
Once the file is in the right output path we can include it in the
Xamarin.Android installers.
0 commit comments