This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ExtendedNuGet.
Summary
Gets or sets how many attempts should be made to publish before failing.
- Assembly
- Cake
.ExtendedNuGet .dll - Namespace
- Cake
.ExtendedNuGet - Containing Type
- Publish
Nu Gets Settings
Syntax
public int MaxAttempts { get; set; }
Value
Type | Description |
---|---|
int | The max attempts. |