Settings for publishing a .NET project to a Linux container.
public sealed class DotNetPublishContainerSettings
| name | description |
|---|---|
| DotNetPublishContainerSettings() | The default constructor. |
| Family { get; set; } | The container image family, or null to use the SDK default value. |
| ImageTags { get; set; } | The tags to apply to the published container image. |
| Registry { get; set; } | The destination registry to publish to, or null to publish to the local Docker daemon. |
| Repository { get; set; } | The container repository for the published image, or null to use the SDK default value. |