Skip to content

Commit 3ce4cb2

Browse files
committed
tests/Directory.Build.targets: Set IsPublishable=true if IsTestProject is true
1 parent 7f2412d commit 3ce4cb2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/Directory.Build.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
77
<PackageReference Include="NUnit" />
88
<PackageReference Include="NUnit3TestAdapter" />
99
</ItemGroup>
10+
11+
<PropertyGroup Condition="'$(IsTestProject)' == 'true'">
12+
<IsPublishable>true</IsPublishable>
13+
</PropertyGroup>
14+
1015
</Project>

0 commit comments

Comments
 (0)