From d724f978c1c6224acd7fb798f2615ae6e74f898a Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Wed, 13 Mar 2024 21:06:15 -0500 Subject: [PATCH] add missing generated string value --- .../Resources/Strings.Designer.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Containers/Microsoft.NET.Build.Containers/Resources/Strings.Designer.cs b/src/Containers/Microsoft.NET.Build.Containers/Resources/Strings.Designer.cs index 10966e412937..614d64ecae93 100644 --- a/src/Containers/Microsoft.NET.Build.Containers/Resources/Strings.Designer.cs +++ b/src/Containers/Microsoft.NET.Build.Containers/Resources/Strings.Designer.cs @@ -388,6 +388,17 @@ internal static string FailedRetrievingCredentials } } + /// + /// Looks up a localized string similar to CONTAINER20030: GenerateLabels was disabled but GenerateDigestLabel was enabled - no digest label will be created. + /// + internal static string GenerateDigestLabelWithoutGenerateLabels + { + get + { + return ResourceManager.GetString("GenerateDigestLabelWithoutGenerateLabels", resourceCulture); + } + } + /// /// Looks up a localized string similar to No host object detected.. ///