Skip to content

Commit caeeeb1

Browse files
Fix patch build broken by StructureMap.dll leaving the output (#1092)
liblcm swapped its IoC container from StructureMap to Microsoft.Extensions.DependencyInjection in SIL.LCModel 11.0.0-beta0176, so nothing copies StructureMap.dll into Output/Release any more.
1 parent 11a2396 commit caeeeb1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Build/Installer.legacy.targets

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
<Target Name="RescuePatching">
114114
<ItemGroup>
115115
<!-- <RemovedSinceLastBase Include="$(dir-outputBase)/Helps/WW-ConceptualIntro/ConceptualIntroduction.htm" /> -->
116-
<!-- Empty as of the base build cut after 1437; add entries here when a change stops emitting a file the base still ships. -->
116+
<!-- liblcm swapped its IoC container from StructureMap to Microsoft.Extensions.DependencyInjection
117+
in SIL.LCModel 11.0.0-beta0176, so nothing copies StructureMap.dll to the output any more. -->
118+
<RemovedSinceLastBase Include="$(dir-outputBase)/StructureMap.dll" />
117119
</ItemGroup>
118120
<WriteLinesToFile
119121
File="%(RemovedSinceLastBase.FullPath)"

0 commit comments

Comments
 (0)