Summary
Gets or sets a value indicating whether to exclude the version number from the package folder.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstallSettings
Syntax
public bool ExcludeVersion { get; set; }
Value
Type | Description |
---|---|
bool |
true if to exclude the version number from the package folder; otherwise, false .
|