Skip to content

Commit a1b7a27

Browse files
committed
Specify OutputPath.
1 parent 5554156 commit a1b7a27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Java.Interop.Tools.JavaTypeSystem/Java.Interop.Tools.JavaTypeSystem.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -7,6 +7,10 @@
77
<LangVersion>8.0</LangVersion>
88
</PropertyGroup>
99

10+
<PropertyGroup>
11+
<OutputPath>$(TestOutputFullPath)</OutputPath>
12+
</PropertyGroup>
13+
1014
<Import Project="..\..\build-tools\scripts\cecil.projitems" />
1115

1216
<ItemGroup>

0 commit comments

Comments
 (0)