Partial WixPdbs stop the backend before binding.
Bob Arnson committed
Mar 17, 2020 at 21:07 UTC
f7873587d0e45ca802a9775e263c41edb0bdc299
1 file changed
+3
-1
src/WixToolset.Extensibility/Data/IBindContext.cs
+3
-1
@@ -36,7 +36,9 @@ namespace WixToolset.Extensibility.Data
36
37
string OutputPath { get; set; }
38
39
- string OutputPdbPath { get; set; }
39
+ PdbType PdbType { get; set; }
40
+
41
+ string PdbPath { get; set; }
42
43
IEnumerable<string> SuppressIces { get; set; }
44