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.ProGet.
Summary
Gets or sets a value indicating whether the package should be overwritten if it already exists.
- Assembly
- Cake
.ProGet .dll - Namespace
- Cake
.ProGet .Universal .Install - Containing Type
- Universal
Package Install Settings
Syntax
public bool Overwrite { get; set; }
Value
Type | Description |
---|---|
bool |
true if package should be overwritten; otherwise, false .
|