@joebigelow / wix-1 / commits / 7e6a0379

Ignore WixBindUpdatedFiles

Rob Mensching committed Jun 15, 2020 at 15:40 UTC 7e6a03798ec0e2a67c203dda0ae1d0df667db076
1 file changed +1
src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
+1
@@ -196,6 +196,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind
196
197 // Tuples used internally and are not added to the output.
198 case TupleDefinitionType.WixBuildInfo:
199 + case TupleDefinitionType.WixBindUpdatedFiles:
200 case TupleDefinitionType.WixComponentGroup:
201 case TupleDefinitionType.WixComplexReference:
202 case TupleDefinitionType.WixDeltaPatchFile: