aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Binder.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-03-17 21:16:55 -0400
committerBob Arnson <bob@firegiant.com>2020-03-17 21:24:05 -0400
commitf1ddeb81aa8c709582fc11a5711b39da596f4f22 (patch)
tree1967def37a2f78789150c1c128315f15e50e7c4c /src/WixToolset.Core/Binder.cs
parentd097c7deb98803f6e9e46fe20261dd761efeb993 (diff)
downloadwix-f1ddeb81aa8c709582fc11a5711b39da596f4f22.tar.gz
wix-f1ddeb81aa8c709582fc11a5711b39da596f4f22.tar.bz2
wix-f1ddeb81aa8c709582fc11a5711b39da596f4f22.zip
Partial WixPdbs stop the backend before binding.
Diffstat (limited to 'src/WixToolset.Core/Binder.cs')
-rw-r--r--src/WixToolset.Core/Binder.cs2
1 files changed, 1 insertions, 1 deletions
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
35 35
36 // Bind. 36 // Bind.
37 // 37 //
38 this.WriteBuildInfoTuple(context.IntermediateRepresentation, context.OutputPath, context.OutputPdbPath); 38 this.WriteBuildInfoTuple(context.IntermediateRepresentation, context.OutputPath, context.PdbPath);
39 39
40 var bindResult = this.BackendBind(context); 40 var bindResult = this.BackendBind(context);
41 41