@joebigelow / wix-1 / commits / 40d7700f

Update Example.Extension/ExampleWindowsInstallerBackendExtension.

Sean Hall committed Jun 19, 2020 at 13:49 UTC 40d7700f0c5f6464f9491bf60d9d8604a81b7466
1 file changed +1 -1
src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs
+1 -1
@@ -27,7 +27,7 @@ namespace Example.Extension
27 }
28 }
29
30 - return this.BackendHelper.TryAddTupleToOutputMatchingTableDefinitions(section, tuple, output, tableDefinitions);
30 + return base.TryAddTupleToOutput(section, tuple, output, tableDefinitions);
31 }
32 }
33 }