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

@@ -7,7 +7,6 @@
<RepositoryUrl>https://github.com/PepperDash/Essentials</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Crestron; 4series</PackageTags>
<PackageId>$(AssemblyName)</PackageId>
<PackageOutputPath>../../output</PackageOutputPath>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>