mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 19:54:59 +00:00
refactor: clean up Directory.Build.targets by removing unnecessary closing tag
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<Project>
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<!-- Include CPZ files from multiple possible locations -->
|
||||
@@ -23,8 +22,6 @@
|
||||
<PackagePath>build;</PackagePath>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<!-- Rest of your targets remain the same -->
|
||||
</Project>
|
||||
<Target Name="Create CPLZ" AfterTargets="Build; AfterRebuild" Condition="$(ProjectType) == 'ProgramLibrary' And $(TargetDir) != ''">
|
||||
<Message Text="Creating CPLZ $(TargetDir)" Importance="high" />
|
||||
<Message Text="PackageOutputPath: $(PackageOutputPath)" Importance="high" />
|
||||
|
||||
Reference in New Issue
Block a user