ToolSettingsExtensions.

WithPostAction<T>(T, Action<IProcess>) Method

Summary

Sets a delegate which is executed after the tool process was started.
Namespace
Cake.Core.Tooling
Containing Type
ToolSettingsExtensions

Syntax

public static T WithPostAction<T>(this T toolSettings, Action<IProcess> postAction) 
    where T : ToolSettings

Type Parameters

Name Description
T The ToolSettings type.

Parameters

Name Type Description
toolSettings T The tools settings.
postAction Action<IProcess> The tool argument customization delegate.

Return Value

Type Description
T The tools settings.