MsDeploySettings.

RetryAttempts Property

Summary

The number of times a provider will retry after a failed action (not all providers support retrying). Defaults to 5.
Assembly
Cake.MsDeploy.dll
Namespace
Cake.MsDeploy
Containing Type
MsDeploySettings

Syntax

public Nullable<int> RetryAttempts { get; set; }

Value

Type Description
Nullable<int>