diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/ToolsetTask.cs')
| -rw-r--r-- | src/WixToolset.BuildTasks/ToolsetTask.cs | 2 |
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. |
