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