共用方式為


GitHubActionConfiguration.GenerateWorkflowFile Property

Definition

Gets or sets workflow option to determine whether the workflow file should be generated and written to the repository.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to