Skip to content

Commit fb6d5f9

Browse files
jpobstjonpryor
authored andcommitted
[Java.Interop.Tools.Generator] Specify $(OutputPath) (#650)
Use `$(UtilityOutputFullPath)` as the `$(OutputPath)` value in `Java.Interop.Tools.Generator.csproj`.
1 parent a3f148c commit fb6d5f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Java.Interop.Tools.Generator/Java.Interop.Tools.Generator.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
<LangVersion>8.0</LangVersion>
66
</PropertyGroup>
77

8+
<PropertyGroup>
9+
<OutputPath>$(UtilityOutputFullPath)</OutputPath>
10+
</PropertyGroup>
11+
812
</Project>

0 commit comments

Comments
 (0)