Share via


GitHubActionConfiguration Class

Definition

The GitHub action configuration.

public class GitHubActionConfiguration
type GitHubActionConfiguration = class
Public Class GitHubActionConfiguration
Inheritance
GitHubActionConfiguration

Constructors

GitHubActionConfiguration()

Initializes a new instance of the GitHubActionConfiguration class.

GitHubActionConfiguration(GitHubActionCodeConfiguration, GitHubActionContainerConfiguration, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the GitHubActionConfiguration class.

Properties

CodeConfiguration

Gets or sets gitHub Action code configuration.

ContainerConfiguration

Gets or sets gitHub Action container configuration.

GenerateWorkflowFile

Gets or sets workflow option to determine whether the workflow file should be generated and written to the repository.

IsLinux

Gets or sets this will help determine the workflow configuration to select.

Applies to