Skip to content

Commit 777aefe

Browse files
Fix RescuePatching error introduced in last commit
1 parent b25a892 commit 777aefe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build/Installer.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<ItemGroup>
105105
<!-- <RemovedSinceLastBase Include="$(dir-outputBase)/Helps/WW-ConceptualIntro/ConceptualIntroduction.htm" /> -->
106106
</ItemGroup>
107-
<WriteLinesToFile File="%(RemovedSinceLastBase.FullPath)" Lines="" />
107+
<WriteLinesToFile File="%(RemovedSinceLastBase.FullPath)" Lines="" Condition="@(RemovedSinceLastBase->Count()) != 0"/>
108108
</Target>
109109
<!-- ########################################################################################################## -->
110110
<!-- ### Compile Targets ### -->

0 commit comments

Comments
 (0)