We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409bcef commit 35674faCopy full SHA for 35674fa
src/arcade/src/Microsoft.DotNet.SignTool/src/Configuration.cs
@@ -528,7 +528,7 @@ private FileSignInfo ExtractSignInfo(
528
// Turn the else into a warning (and hoist into the if above) after issue is complete.
529
if (peInfo.IsManaged)
530
{
531
- LogWarning(code, warning);
+ _log.LogMessage(MessageImportance.High, warning);
532
}
533
else
534
0 commit comments