Summary
Gets a value indicating whether the repository has trusted volumes access.
- Namespace
- Cake
.Common .Build .WoodpeckerCI .Data - Containing Type
- Woodpecker
C I Repository Info
Syntax
public bool RepoTrustedVolumes { get; }
Value
Type | Description |
---|---|
bool |
true if the repository has trusted volumes access; otherwise, false .
|