ToolSettingsExtensions.

WithToolTimeout<T>(T, TimeSpan) Method

Summary

Sets the tool timeout.
Namespace
Cake.Core.Tooling
Containing Type
ToolSettingsExtensions

Syntax

public static T WithToolTimeout<T>(this T toolSettings, TimeSpan toolTimeout) where T : ToolSettings

Type Parameters

Name Description
T The ToolSettings type.

Parameters

Name Type Description
toolSettings T The tools settings.
toolTimeout TimeSpan The tool timeout.

Return Value

Type Description
T The tools settings.