build: update targets to include cpz & cplz files in nuget packages

In order to provide some backwards compatibility for internal things,
cpz & cplz files are being added to the nuget packages. The files
are added in the `content` folder.
This commit is contained in:
Andrew Welker
2023-02-08 09:31:20 -07:00
parent b0931c87ba
commit 57e332180d
6 changed files with 19 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
<AssemblyName>PepperDash.Essentials.Core</AssemblyName>
<RootNamespace>PepperDash.Essentials.Core</RootNamespace>
<Title>PepperDash Essentials Core</Title>
<PackageId>$(AssemblyName)</PackageId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>