From 57e332180d7616ff40d8012a843a21c6fabf7882 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 8 Feb 2023 09:31:20 -0700 Subject: [PATCH] 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. --- src/Directory.Build.props | 1 - src/Directory.Build.targets | 17 +++++++++++++++-- .../PepperDash.Essentials.Core.csproj | 1 + .../PepperDash.Essentials.DM.csproj | 1 + .../PepperDash.Essentials.Devices.Common.csproj | 1 + .../PepperDash.Essentials.csproj | 5 +---- 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 3b83e5b7..6a4e1bc4 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -7,7 +7,6 @@ https://github.com/PepperDash/Essentials git Crestron; 4series - $(AssemblyName) ../../output True diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 6a60167f..f9f63db2 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -1,15 +1,28 @@ + + + true + content; + + + true + content; + + - + + - + + + diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index 4312ac79..7360df12 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -8,6 +8,7 @@ PepperDash.Essentials.Core PepperDash.Essentials.Core PepperDash Essentials Core + $(AssemblyName) full diff --git a/src/PepperDash.Essentials.DM/PepperDash.Essentials.DM.csproj b/src/PepperDash.Essentials.DM/PepperDash.Essentials.DM.csproj index 4a6bc95b..dc8c3010 100644 --- a/src/PepperDash.Essentials.DM/PepperDash.Essentials.DM.csproj +++ b/src/PepperDash.Essentials.DM/PepperDash.Essentials.DM.csproj @@ -9,6 +9,7 @@ PepperDash.Essentials.DM bin\$(Configuration)\ PepperDash Essentials DM + $(AssemblyName) full diff --git a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj index f098006a..0837b2df 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -10,6 +10,7 @@ PepperDash.Essentials.Devices.Common True PepperDash Essentials Devices Common + $(AssemblyName) full diff --git a/src/PepperDash.Essentials/PepperDash.Essentials.csproj b/src/PepperDash.Essentials/PepperDash.Essentials.csproj index c92fe3b0..9d1cd4c2 100644 --- a/src/PepperDash.Essentials/PepperDash.Essentials.csproj +++ b/src/PepperDash.Essentials/PepperDash.Essentials.csproj @@ -9,6 +9,7 @@ false bin\$(Configuration)\ PepperDash Essentials + PepperDashEssentials full @@ -22,10 +23,6 @@ - - True - \ - Always