Skip to content

Commit

Permalink
[Java.Interop.Tools.Generator] Specify $(OutputPath) (#650)
Browse files Browse the repository at this point in the history
Use `$(UtilityOutputFullPath)` as the `$(OutputPath)` value in
`Java.Interop.Tools.Generator.csproj`.
  • Loading branch information
jpobst authored and jonpryor committed Jun 11, 2020
1 parent a3f148c commit fb6d5f9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<PropertyGroup>
<OutputPath>$(UtilityOutputFullPath)</OutputPath>
</PropertyGroup>

</Project>

0 comments on commit fb6d5f9

Please sign in to comment.