Service.Build Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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