Summary
Gets a value indicating whether the build was manually started.
- Namespace
- Cake
.Common .Build .GitLabCI .Data - Containing Type
- GitLabCIBuildInfo
Syntax
public bool Manual { get; }
Value
Type | Description |
---|---|
bool |
True if the build was started manually, otherwise false .
|