From 35e6de6154bc744de79ac4c97ee9653d40b7529d Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Wed, 2 Aug 2017 10:59:06 -0400 Subject: [PATCH] [javadoc-to-mdoc] Fix `$(OutputPath)` value Commit 97f08f78 "broke" the `javadoc2mdoc.csproj` build by causing it to use was using the wrong `$(OutputPath)` value, as `Configuration.props` wasn't ``ed, and thus `$(XAInstallPrefix)` was undefined. Consequently, instead of `javadoc-to-mdoc.exe` being built into `bin/$(Configuration)/lib/xamarin.android/xbuild/Xamarin/Android`, as was desired, it was instead built into `tools/javadoc2mdoc/xbuild/Xamarin/Android`. Add the appropriate `` so `javadoc-to-mdoc.exe` is placed into the correct directory. --- tools/javadoc2mdoc/javadoc2mdoc.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/javadoc2mdoc/javadoc2mdoc.csproj b/tools/javadoc2mdoc/javadoc2mdoc.csproj index 0dc986ca4a1..cac2a825161 100644 --- a/tools/javadoc2mdoc/javadoc2mdoc.csproj +++ b/tools/javadoc2mdoc/javadoc2mdoc.csproj @@ -9,6 +9,7 @@ javadoc-to-mdoc v4.5.1 + true full