DockerBuildStepUpdateParameters.DockerFilePath Property

Definition

Gets or sets the Docker file path relative to the source context.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to