We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25a892 commit 777aefeCopy full SHA for 777aefe
1 file changed
Build/Installer.targets
@@ -104,7 +104,7 @@
104
<ItemGroup>
105
<!-- <RemovedSinceLastBase Include="$(dir-outputBase)/Helps/WW-ConceptualIntro/ConceptualIntroduction.htm" /> -->
106
</ItemGroup>
107
- <WriteLinesToFile File="%(RemovedSinceLastBase.FullPath)" Lines="" />
+ <WriteLinesToFile File="%(RemovedSinceLastBase.FullPath)" Lines="" Condition="@(RemovedSinceLastBase->Count()) != 0"/>
108
</Target>
109
<!-- ########################################################################################################## -->
110
<!-- ### Compile Targets ### -->
0 commit comments