NuGetPushSettings.

SkipDuplicate Property

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.

Syntax

public bool SkipDuplicate { get; set; }

Value

Type Description
bool true if skipping duplicates; otherwise, false.