From 7e6a03798ec0e2a67c203dda0ae1d0df667db076 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 15 Jun 2020 15:40:59 -0700 Subject: Ignore WixBindUpdatedFiles --- src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs index 448ed607..daf4c96e 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs @@ -196,6 +196,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind // Tuples used internally and are not added to the output. case TupleDefinitionType.WixBuildInfo: + case TupleDefinitionType.WixBindUpdatedFiles: case TupleDefinitionType.WixComponentGroup: case TupleDefinitionType.WixComplexReference: case TupleDefinitionType.WixDeltaPatchFile: -- cgit v1.2.3-55-g6feb