次の方法で共有


GitHubActionConfiguration.IsLinux プロパティ

定義

これを取得または設定すると、選択するワークフロー構成を決定するのに役立ちます。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象