From f1ddeb81aa8c709582fc11a5711b39da596f4f22 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 17 Mar 2020 21:16:55 -0400 Subject: Partial WixPdbs stop the backend before binding. --- src/WixToolset.Core/BindContext.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.Core/BindContext.cs') diff --git a/src/WixToolset.Core/BindContext.cs b/src/WixToolset.Core/BindContext.cs index 7882b22d..67ce744a 100644 --- a/src/WixToolset.Core/BindContext.cs +++ b/src/WixToolset.Core/BindContext.cs @@ -45,7 +45,9 @@ namespace WixToolset.Core public string OutputPath { get; set; } - public string OutputPdbPath { get; set; } + public PdbType PdbType { get; set; } + + public string PdbPath { get; set; } public IEnumerable SuppressIces { get; set; } -- cgit v1.2.3-55-g6feb