Add `IBindContext.SuppressLayout` to suppress cab generation.
Bob Arnson committed
May 8, 2020 at 14:26 UTC
ace6dbee89cfe6dfb0654640f72964255f5156b8
1 file changed
+2
src/WixToolset.Extensibility/Data/IBindContext.cs
+2
@@ -44,5 +44,7 @@ namespace WixToolset.Extensibility.Data
44
IEnumerable<string> SuppressIces { get; set; }
45
46
bool SuppressValidation { get; set; }
47
+
48
+ bool SuppressLayout { get; set; }
49
}
50
}