Skip to content

Commit bbd9dc8

Browse files
Disable packing of test projects containing unit tests
Co-authored-by: jasonleenaylor <[email protected]>
1 parent 297a55f commit bbd9dc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/SIL.LCModel.Core.Tests/SIL.LCModel.Core.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>SIL.LCModel.Core</RootNamespace>
66
<Description>The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data.
77
This package provides unit tests for SIL.LCModel.Core.</Description>
8-
<IsPackable>true</IsPackable>
8+
<IsPackable>false</IsPackable>
99
<Nullable>disable</Nullable>
1010
</PropertyGroup>
1111

@@ -46,4 +46,4 @@ This package provides unit tests for SIL.LCModel.Core.</Description>
4646
<None Include="$(OutputPath)\**\$(PackageId).dll.config" Pack="true" PackagePath="lib" />
4747
</ItemGroup>
4848
</Target>
49-
</Project>
49+
</Project>

tests/SIL.LCModel.Tests/SIL.LCModel.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>SIL.LCModel</RootNamespace>
66
<Description>The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data.
77
This package provides unit tests for SIL.LCModel.</Description>
8-
<IsPackable>true</IsPackable>
8+
<IsPackable>false</IsPackable>
99
<Nullable>disable</Nullable>
1010
</PropertyGroup>
1111

tests/SIL.LCModel.Utils.Tests/SIL.LCModel.Utils.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>SIL.LCModel.Utils</RootNamespace>
66
<Description>The liblcm library is the core FieldWorks model for linguistic analyses of languages. Tools in this library provide the ability to store and interact with language and culture data, including anthropological, text corpus, and linguistics data.
77
This package provides unit tests for SIL.LCModel.Utils and test utility classes</Description>
8-
<IsPackable>true</IsPackable>
8+
<IsPackable>false</IsPackable>
99
<Nullable>disable</Nullable>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)