style: Improve file paths and package output in docker workflow

This commit is contained in:
jtalborough
2024-05-06 15:14:38 -04:00
parent fcaffd0c88
commit 688f6cb659
2 changed files with 4 additions and 10 deletions

View File

@@ -23,10 +23,10 @@
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<ItemGroup>
<None Include=".\PepperDashEssentials\bin\*.cpz">
<Content Include="output\**\*.cpz">
<Pack>true</Pack>
<PackagePath>lib/{tfm}</PackagePath>
</None>
<PackagePath>content\</PackagePath>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.Program" Version="2.20.42" />