aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks/WixToolTask.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-21 13:42:52 -0800
committerRob Mensching <rob@firegiant.com>2017-12-21 13:42:52 -0800
commitdc9f4c329e6f55ce7595970463e0caf148096f4b (patch)
tree86155ac36c76acda0a4b1673c77f54a9780c6885 /src/WixToolset.BuildTasks/WixToolTask.cs
parent155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 (diff)
downloadwix-dc9f4c329e6f55ce7595970463e0caf148096f4b.tar.gz
wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.tar.bz2
wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.zip
Support wixout and extract Resolve and Layout from Binder
Diffstat (limited to 'src/WixToolset.BuildTasks/WixToolTask.cs')
-rw-r--r--src/WixToolset.BuildTasks/WixToolTask.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.BuildTasks/WixToolTask.cs b/src/WixToolset.BuildTasks/WixToolTask.cs
index 69c837c3..7ccf0327 100644
--- a/src/WixToolset.BuildTasks/WixToolTask.cs
+++ b/src/WixToolset.BuildTasks/WixToolTask.cs
@@ -193,8 +193,7 @@ namespace WixToolset.BuildTasks
193 string responseFile = null; 193 string responseFile = null;
194 try 194 try
195 { 195 {
196 string responseFileSwitch; 196 responseFile = this.GetTemporaryResponseFile(responseFileCommands, out var responseFileSwitch);
197 responseFile = this.GetTemporaryResponseFile(responseFileCommands, out responseFileSwitch);
198 if (!String.IsNullOrEmpty(responseFileSwitch)) 197 if (!String.IsNullOrEmpty(responseFileSwitch))
199 { 198 {
200 commandLineCommands = commandLineCommands + " " + responseFileSwitch; 199 commandLineCommands = commandLineCommands + " " + responseFileSwitch;