Disable packaging of JsonSchema and test projects

This commit is contained in:
Ronald Barendse
2022-02-24 10:24:27 +01:00
parent 9187186c62
commit 2dc9ccda6d
5 changed files with 31 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
@@ -6,6 +6,7 @@
<PackageId>Umbraco.Cms.Tests</PackageId>
<Title>Umbraco CMS Test Tools</Title>
<Description>Contains commonly used tools to write tests for Umbraco CMS, such as various builders for content etc.</Description>
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>