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 May 30, 2020
1 parent 4b266fa commit 2e0f55d
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 2e0f55d

Please sign in to comment.