GitHubActionConfiguration.IsLinux Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="isLinux")]
public bool? IsLinux { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isLinux")>]
member this.IsLinux : Nullable<bool> with get, set
Public Property IsLinux As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to