Summary
Gets the operating system of the runner executing the job.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Runner Info
Syntax
public string OS { get; }
Value
Type | Description |
---|---|
string | The operating system of the runner executing the job. |