3 references to RegistryOutputPushFailed
Microsoft.NET.Build.Containers (3)
ContainerBuilder.cs (2)
244
logger.LogError(Resource.FormatString(nameof(Strings.
RegistryOutputPushFailed
), ex.Message));
271
logger.LogError(Resource.FormatString(nameof(Strings.
RegistryOutputPushFailed
), e.Message));
ImagePublisher.cs (1)
162
Log.LogErrorWithCodeFromResources(nameof(Strings.
RegistryOutputPushFailed
), e.Message);