mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
build: update targets to correct path for cplz files
This commit is contained in:
parent
56ac7e8f92
commit
5852aab33c
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<Pack>true</Pack>
|
<Pack>true</Pack>
|
||||||
<PackagePath>content;</PackagePath>
|
<PackagePath>content;</PackagePath>
|
||||||
</None>
|
</None>
|
||||||
<None Include="$(TargetDir)\$(TargetName).$(Version).cplz" Condition="$(ProjectType) == 'ProgramLibrary'">
|
<None Include="$(PackageOutputPath)\$(TargetName).$(Version).cplz" Condition="$(ProjectType) == 'ProgramLibrary'">
|
||||||
<Pack>true</Pack>
|
<Pack>true</Pack>
|
||||||
<PackagePath>content;</PackagePath>
|
<PackagePath>content;</PackagePath>
|
||||||
</None>
|
</None>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue