GitHubActionCodeConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET