Summary
Gets a value indicating whether the current build is running on GitLab CI.
- Namespace
- Cake
.Common .Build .GitLabCI - Containing Type
- GitLabCIProvider
Syntax
public bool IsRunningOnGitLabCI { get; }
Value
Type | Description |
---|---|
bool |
true if the current build is running on GitLab CI; otherwise, false .
|