Re-add IsPackable to Umbraco.Tests.Integration

This commit is contained in:
Nikolaj
2022-10-12 10:29:46 +02:00
parent 4deceb43eb
commit 3a08ab9b0b

View File

@@ -3,6 +3,7 @@
<PackageId>Umbraco.Cms.Tests.Integration</PackageId>
<Title>Umbraco CMS - Integration tests</Title>
<Description>Contains helper classes for integration tests with Umbraco CMS, including all internal integration tests.</Description>
<IsPackable>true</IsPackable>
<IsTestProject>true</IsTestProject>
<RootNamespace>Umbraco.Cms.Tests.Integration</RootNamespace>
</PropertyGroup>