Summary
Gets or sets a value indicating whether to skip a package and continue with
the next package in the push, if any when a package with the same version
already exists.
- Namespace
- Cake
.Common .Tools .NuGet .Push - Containing Type
- NuGetPushSettings
Syntax
public bool SkipDuplicate { get; set; }
Value
Type | Description |
---|---|
bool |
true if skipping duplicates; otherwise, false .
|