This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Powershell.
Summary
Gets or sets a value indicating to use dot sourcing when executing scripts.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- PowershellSettings
Syntax
public bool UseDotSourcing { get; set; }
Value
Type | Description |
---|---|
bool | true if dot sourcing should be used; otherwise false . |