DotNetPublishContainerSettings.Repository property

The container repository for the published image, or null to use the SDK default value.

public string? Repository { get; set; }

Remarks

See ContainerRepository.

See Also