Share via


GitHubActionCodeConfiguration Class

Definition

The GitHub action code configuration.

public class GitHubActionCodeConfiguration
type GitHubActionCodeConfiguration = class
Public Class GitHubActionCodeConfiguration
Inheritance
GitHubActionCodeConfiguration

Constructors

GitHubActionCodeConfiguration()

Initializes a new instance of the GitHubActionCodeConfiguration class.

GitHubActionCodeConfiguration(String, String)

Initializes a new instance of the GitHubActionCodeConfiguration class.

Properties

RuntimeStack

Gets or sets runtime stack is used to determine the workflow file content for code base apps.

RuntimeVersion

Gets or sets runtime version is used to determine what build version to set in the workflow file.

Applies to