1 write to _log
Microsoft.DotNet.SignTool (1)
src\BatchSignUtil.cs (1)
44_log = log;
38 references to _log
Microsoft.DotNet.SignTool (38)
src\BatchSignUtil.cs (38)
56VerifyCertificates(_log); 58if (_log.HasLoggedErrors) 69_log.LogError("Error during execution of signing process."); 88VerifyAfterSign(_log, file); 91if (_log.HasLoggedErrors) 96_log.LogMessage(MessageImportance.High, "Build artifacts signed and validated."); 105_log.LogMessage($"Removing public sign: '{fileSignInfo.FileName}'"); 130_log.LogMessage(MessageImportance.High, $"Round {round}: Signing {filesToSign.Length} files."); 143_log.LogMessage(MessageImportance.Low, $"{file} {collisionIdInfo}"); 162_log.LogMessage(MessageImportance.High, $"Round {round}: Signing {enginesToSign.Length} engines."); 171_log.LogMessage(MessageImportance.Normal, $"Extracting engine from {file.FullPath}"); 173workingDirectory, _signTool.WixToolsPath, _log)) 175_log.LogError($"Failed to extract engine from {file.FullPath}"); 190_log.LogError($"Failed to sign engines"); 197_log.LogMessage(MessageImportance.Normal, $"Attaching engine {engine.Key.FileName} to {engine.Value.FullPath}"); 203_signTool.WixToolsPath, _log)) 205_log.LogError($"Failed to attach engine to {engine.Value.FullPath}"); 230_log.LogMessage(MessageImportance.High, $"Repacking {repackCount} containers."); 255_log.LogMessage(MessageImportance.High, $"Repacking {smallRepackList.Count} containers in parallel."); 268_log.LogMessage(MessageImportance.High, $"Repacking {largeRepackList.Count} large containers in serial."); 281_log.LogMessage($"Repacking container: '{file.FileName}'"); 282_batchData.ZipDataMap[file.FileContentKey].Repack(_log, _signTool.TempDir, _signTool.WixToolsPath, _signTool.TarToolPath); 286_log.LogMessage($"Packing wix container: '{file.FileName}'"); 287_batchData.ZipDataMap[file.FileContentKey].Repack(_log, _signTool.TempDir, _signTool.WixToolsPath, _signTool.TarToolPath); 291_log.LogError($"Don't know how to repack file '{file.FullPath}'"); 454_log.LogMessage($"Updating '{dst}' with signed content"); 459_log.LogError($"Updating '{dst}' with signed content failed: '{e.Message}'"); 557_log.LogError($"Assembly {file.FullPath} is NOT signed properly"); 561_log.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} is signed properly"); 569_log.LogMessage(MessageImportance.Low, $"Skipping signature verification of {file.FullPath} on non-Linux platform."); 573_log.LogError($"Deb package {file.FullPath} is not signed properly."); 580_log.LogError($"Powershell file {file.FullPath} does not have a signature mark."); 608VerifyAfterSign(_log, zipPart.Value.FileSignInfo); 615_log.LogError($"Container {file.FullPath} does not have signature marker."); 619_log.LogMessage(MessageImportance.Low, $"Container {file.FullPath} has a signature marker."); 631_log.LogMessage($"Skipping strong-name validation for {file.FullPath}."); 637_log.LogError($"Assembly {file.FullPath} is not strong-name signed correctly."); 641_log.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} strong-name signature is valid.");