Summary
Gets the full path where the repository is cloned and where the build is run.
- Namespace
- Cake
.Common .Build .GitLabCI .Data - Containing Type
- GitLabCIProjectInfo
Syntax
public string Directory { get; }
Value
Type | Description |
---|---|
string | The full path where the repository is cloned and where the build is run. |