ToolSettingsExtensions.

WithSetupProcessSettings<T>(T, Action<ProcessSettings>) Method

Summary

Sets a delegate to configure the process settings.
Namespace
Cake.Core.Tooling
Containing Type
ToolSettingsExtensions

Syntax

public static T WithSetupProcessSettings<T>(this T toolSettings, Action<ProcessSettings> setupProcessSettings) 
    where T : ToolSettings

Type Parameters

Name Description
T The ToolSettings type.

Parameters

Name Type Description
toolSettings T The tools settings.
setupProcessSettings Action<ProcessSettings> The setup process settings delegate.

Return Value

Type Description
T The tools settings.