GitHubActionCodeConfiguration.RuntimeStack Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="runtimeStack")]
public string RuntimeStack { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runtimeStack")>]
member this.RuntimeStack : string with get, set
Public Property RuntimeStack As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to