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