PowershellSettings.

UseDotSourcing Property

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.