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/Binder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/Binder.cs') diff --git a/src/WixToolset.Core/Binder.cs b/src/WixToolset.Core/Binder.cs index 29fad7f0..fcf5a669 100644 --- a/src/WixToolset.Core/Binder.cs +++ b/src/WixToolset.Core/Binder.cs @@ -35,7 +35,7 @@ namespace WixToolset.Core // Bind. // - this.WriteBuildInfoTuple(context.IntermediateRepresentation, context.OutputPath, context.OutputPdbPath); + this.WriteBuildInfoTuple(context.IntermediateRepresentation, context.OutputPath, context.PdbPath); var bindResult = this.BackendBind(context); -- cgit v1.2.3-55-g6feb