DotNetNuGetPushSettings.

SkipDuplicate Property

Summary

Gets or sets a value indicating whether, when pushing multiple packages to an HTTP(S) server, to treat any 409 Conflict response as a warning so that the push can continue.

Syntax

public bool SkipDuplicate { get; set; }

Remarks

Available since .NET Core 3.1 SDK.

Value

Type Description
bool