Summary
Gets or sets the timeout for pushing to a server.
Defaults to 300 seconds (5 minutes).
- Namespace
- Cake
.Common .Tools .NuGet .Push - Containing Type
- NuGetPushSettings
Syntax
public TimeSpan? Timeout { get; set; }
Value
Type | Description |
---|---|
TimeSpan? | The timeout for pushing to a server. |