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 a value indicating whether a publish should be attempted even if the server already has the same NuGet package version.
- Assembly
- Cake
.ExtendedNuGet .dll - Namespace
- Cake
.ExtendedNuGet - Containing Type
- Publish
Nu Gets Settings
Syntax
public bool ForcePush { get; set; }
Value
Type | Description |
---|---|
bool | true if force push; otherwise, false . |