Skip to content

Commit e2bee69

Browse files
committed
Prevent TestHelpers.Tests from producing a package
1 parent efc0b0f commit e2bee69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestHelpers.Tests/TestHelpers.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<Authors>Tatham Oddie</Authors>
1212
<RootNamespace>System.IO.Abstractions.TestingHelpers.Tests</RootNamespace>
1313
<AssemblyOriginatorKeyFile>../StrongName.pfx</AssemblyOriginatorKeyFile>
14+
<IsPackable>false</IsPackable>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)