Skip to content

Commit

Permalink
Attempt to rescue the patching from the removed helps file
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed Jun 14, 2024
1 parent d1bf4b5 commit 0e08c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build/Installer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
A base build should warn if we have 'RemovedSinceLastBase' items to help us remember to clear these out.
-->
<Target Name="RescuePatching">
<!-- <ItemGroup>
<RemovedSinceLastBase Include="$(dir-outputBase)/Example.dll" />
<ItemGroup>
<RemovedSinceLastBase Include="$(dir-outputBase)/DistFiles/Helps/WW-ConceptualIntro/ConceptualIntroduction.htm" />
</ItemGroup>
<WriteLinesToFile File="%(RemovedSinceLastBase.FullPath)" Lines="" /> -->
<WriteLinesToFile File="%(RemovedSinceLastBase.FullPath)" Lines="" />
</Target>
<!-- ########################################################################################################## -->
<!-- ### Compile Targets ### -->
Expand Down

0 comments on commit 0e08c9c

Please sign in to comment.