Service.Build Property

Definition

Represents the build configuration for the service. This is used to specify the context, Dockerfile, or other related configurations required to build the Docker image for the service.

[YamlDotNet.Serialization.YamlMember(Alias="build")]
public Aspire.Hosting.Docker.Resources.ServiceNodes.Build? Build { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="build")>]
member this.Build : Aspire.Hosting.Docker.Resources.ServiceNodes.Build with get, set
Public Property Build As Build

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to