Summary
Gets or sets a value indicating whether package analysis should be performed.
Defaults to
true
.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public bool NoPackageAnalysis { get; set; }
Value
Type | Description |
---|---|
bool |
true if package analysis should be performed; otherwise, false .
|