1 write to _log
Microsoft.DotNet.SignTool (1)
src\BatchSignUtil.cs (1)
39_log = log;
32 references to _log
Microsoft.DotNet.SignTool (32)
src\BatchSignUtil.cs (32)
48VerifyCertificates(_log); 50if (_log.HasLoggedErrors) 61_log.LogError("Error during execution of signing process."); 83if (_log.HasLoggedErrors) 88_log.LogMessage(MessageImportance.High, "Build artifacts signed and validated."); 97_log.LogMessage($"Removing public sign: '{fileSignInfo.FileName}'"); 122_log.LogMessage(MessageImportance.High, $"Round {round}: Signing {filesToSign.Length} files."); 135_log.LogMessage(MessageImportance.Low, $"{file} {collisionIdInfo}"); 154_log.LogMessage(MessageImportance.High, $"Round {round}: Signing {enginesToSign.Length} engines."); 162_log.LogMessage(MessageImportance.Normal, $"Extracting engine from {file.FullPath}"); 164workingDirectory, _signTool.WixToolsPath, _log)) 166_log.LogError($"Failed to extract engine from {file.FullPath}"); 177_log.LogError($"Failed to sign engines"); 184_log.LogMessage(MessageImportance.Normal, $"Attaching engine {engine.Key} to {engine.Value.FullPath}"); 190_signTool.WixToolsPath, _log)) 192_log.LogError($"Failed to attach engine to {engine.Value.FullPath}"); 216_log.LogMessage(MessageImportance.High, $"Repacking {repackCount} containers."); 224_log.LogMessage($"Repacking container: '{file.FileName}'"); 225_batchData.ZipDataMap[file.FileContentKey].Repack(_log); 229_log.LogMessage($"Packing wix container: '{file.FileName}'"); 230_batchData.ZipDataMap[file.FileContentKey].Repack(_log, _signTool.TempDir, _signTool.WixToolsPath); 234_log.LogError($"Don't know how to repack file '{file.FullPath}'"); 399_log.LogMessage($"Updating '{dst}' with signed content"); 404_log.LogError($"Updating '{dst}' with signed content failed: '{e.Message}'"); 491_log.LogError($"Assembly {file.FullPath} is NOT signed properly"); 495_log.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} is signed properly"); 503_log.LogError($"Powershell file {file.FullPath} does not have a signature mark."); 543_log.LogError($"Container {file.FullPath} does not have signature marker."); 547_log.LogMessage(MessageImportance.Low, $"Container {file.FullPath} has a signature marker."); 559_log.LogMessage($"Skipping strong-name validation for {file.FullPath}."); 565_log.LogError($"Assembly {file.FullPath} is not strong-name signed correctly."); 569_log.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} strong-name signature is valid.");