3 references to UnableToDownloadFromRepository
Microsoft.NET.Build.Containers (3)
ContainerBuilder.cs (2)
239
logger.LogError(Resource.FormatString(nameof(Strings.
UnableToDownloadFromRepository
)), sourceImageReference);
266
logger.LogError(Resource.FormatString(nameof(Strings.
UnableToDownloadFromRepository
)), sourceImageReference);
ImagePublisher.cs (1)
112
Log.LogErrorWithCodeFromResources(nameof(Strings.
UnableToDownloadFromRepository
), sourceImageReference);