aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks/WixToolTask.cs
diff options
context:
space:
mode:
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;