Skip to content
Docs Try Aspire

Build Constructors

Class Constructors 1 member
Represents the build configuration for a service within a Docker Compose file. This class is used to define various build parameters such as context, dockerfile, arguments, target stages, cache sources, and labels.
public sealed class Build
{
public Build()
{
// ...
}
}