Summary
Gets or sets a value indicating whether this source contains sensitive data, i.e. authentication token in url.
- Namespace
- Cake
.Common .Tools .NuGet .Sources - Containing Type
- NuGetSourcesSettings
Syntax
public bool IsSensitiveSource { get; set; }
Value
Type | Description |
---|---|
bool |
true if this source contains sensitive data; otherwise, false .
|