aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks/ToolsetTask.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-15 23:21:14 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-15 23:25:43 +1000
commitad523168cae1ac40580186b1ac446ea6ead9f188 (patch)
tree1caf626d67a0a4be8eeed24b68f5a9a8751c0b1e /src/WixToolset.BuildTasks/ToolsetTask.cs
parent98fa23e91bca6d6a67457df056d0cb6cecf12901 (diff)
downloadwix-ad523168cae1ac40580186b1ac446ea6ead9f188.tar.gz
wix-ad523168cae1ac40580186b1ac446ea6ead9f188.tar.bz2
wix-ad523168cae1ac40580186b1ac446ea6ead9f188.zip
Make it impossible for Heat to try to run in-proc.
Diffstat (limited to 'src/WixToolset.BuildTasks/ToolsetTask.cs')
-rw-r--r--src/WixToolset.BuildTasks/ToolsetTask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.BuildTasks/ToolsetTask.cs b/src/WixToolset.BuildTasks/ToolsetTask.cs
index ae11254a..6b171eb0 100644
--- a/src/WixToolset.BuildTasks/ToolsetTask.cs
+++ b/src/WixToolset.BuildTasks/ToolsetTask.cs
@@ -29,7 +29,7 @@ namespace WixToolset.BuildTasks
29 /// Gets or sets a flag indicating whether the task 29 /// Gets or sets a flag indicating whether the task
30 /// should be run as separate process or in-proc. 30 /// should be run as separate process or in-proc.
31 /// </summary> 31 /// </summary>
32 public bool RunAsSeparateProcess { get; set; } 32 public virtual bool RunAsSeparateProcess { get; set; }
33 33
34 /// <summary> 34 /// <summary>
35 /// Gets or sets whether all warnings should be suppressed. 35 /// Gets or sets whether all warnings should be suppressed.