Summary
Gets or sets a value indicating whether the temporarily autogenerated NuSpec file should be kept or not.
Defaults to
false
.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public bool KeepTemporaryNuSpecFile { get; set; }
Value
Type | Description |
---|---|
bool |
true if the temporarily autogenerated NuSpec file should be kept; otherwise false .
|