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
`javadoc2mdoc.csproj` was using the wrong `$(OutputPath)` value,
because it wasn't importing `Configuration.props`, and thus
`$(XAInstallPrefix)` was undefined.
Consequently, instead of `javadoc-to-mdoc.exe` being built into
`bin/$(Configuration)/lib/xamarin.android/xbuild/Xamarin/Android`, it
was instead built into `tools/javadoc2mdoc/xbuild/Xamarin/Android`.
Add the appropriate `<Import/>` so `javadoc-to-mdoc.exe` is placed
into the correct directory.
0 commit comments