This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.BuildServer.GitHubActions.
Summary
Initializes a new instance of the
GitHubActionsBuildServer class.
- Assembly
- Cake
.Issues .BuildServer .GitHubActions .dll - Namespace
- Cake
.Issues .BuildServer .GitHubActions - Containing Type
- Git
Hub Actions Build Server
Syntax
public GitHubActionsBuildServer(ICakeLog log, GitHubActionsBuildSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| log | ICakeLog | The Cake log. |
| settings | Git |
Settings for writing the issues to GitHub Actions. |
Return Value
| Type | Description |
|---|---|
| void |
