aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-15 15:40:59 -0700
committerRob Mensching <rob@firegiant.com>2020-06-16 12:15:13 -0700
commit7e6a03798ec0e2a67c203dda0ae1d0df667db076 (patch)
tree7524f55f090499f9261d3f0c56e16c255898e8e6 /src
parent949b66aef724f7eef8fe9f241259a146bc649660 (diff)
downloadwix-7e6a03798ec0e2a67c203dda0ae1d0df667db076.tar.gz
wix-7e6a03798ec0e2a67c203dda0ae1d0df667db076.tar.bz2
wix-7e6a03798ec0e2a67c203dda0ae1d0df667db076.zip
Ignore WixBindUpdatedFiles
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs1
1 files changed, 1 insertions, 0 deletions
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
196 196
197 // Tuples used internally and are not added to the output. 197 // Tuples used internally and are not added to the output.
198 case TupleDefinitionType.WixBuildInfo: 198 case TupleDefinitionType.WixBuildInfo:
199 case TupleDefinitionType.WixBindUpdatedFiles:
199 case TupleDefinitionType.WixComponentGroup: 200 case TupleDefinitionType.WixComponentGroup:
200 case TupleDefinitionType.WixComplexReference: 201 case TupleDefinitionType.WixComplexReference:
201 case TupleDefinitionType.WixDeltaPatchFile: 202 case TupleDefinitionType.WixDeltaPatchFile: