1 write to _log
Microsoft.DotNet.SignTool (1)
src\BatchSignUtil.cs (1)
43_log = log;
34 references to _log
Microsoft.DotNet.SignTool (34)
src\BatchSignUtil.cs (34)
55VerifyCertificates(_log); 57if (_log.HasLoggedErrors) 68_log.LogError("Error during execution of signing process."); 90if (_log.HasLoggedErrors) 95_log.LogMessage(MessageImportance.High, "Build artifacts signed and validated."); 104_log.LogMessage($"Removing public sign: '{fileSignInfo.FileName}'"); 129_log.LogMessage(MessageImportance.High, $"Round {round}: Signing {filesToSign.Length} files."); 142_log.LogMessage(MessageImportance.Low, $"{file} {collisionIdInfo}"); 161_log.LogMessage(MessageImportance.High, $"Round {round}: Signing {enginesToSign.Length} engines."); 170_log.LogMessage(MessageImportance.Normal, $"Extracting engine from {file.FullPath}"); 172workingDirectory, _signTool.WixToolsPath, _log)) 174_log.LogError($"Failed to extract engine from {file.FullPath}"); 189_log.LogError($"Failed to sign engines"); 196_log.LogMessage(MessageImportance.Normal, $"Attaching engine {engine.Key.FileName} to {engine.Value.FullPath}"); 202_signTool.WixToolsPath, _log)) 204_log.LogError($"Failed to attach engine to {engine.Value.FullPath}"); 229_log.LogMessage(MessageImportance.High, $"Repacking {repackCount} containers."); 254_log.LogMessage(MessageImportance.High, $"Repacking {smallRepackList.Count} containers in parallel."); 267_log.LogMessage(MessageImportance.High, $"Repacking {largeRepackList.Count} large containers in serial."); 280_log.LogMessage($"Repacking container: '{file.FileName}'"); 281_batchData.ZipDataMap[file.FileContentKey].Repack(_log, _signTool.TempDir, _signTool.WixToolsPath, _signTool.TarToolPath); 285_log.LogMessage($"Packing wix container: '{file.FileName}'"); 286_batchData.ZipDataMap[file.FileContentKey].Repack(_log, _signTool.TempDir, _signTool.WixToolsPath, _signTool.TarToolPath); 290_log.LogError($"Don't know how to repack file '{file.FullPath}'"); 453_log.LogMessage($"Updating '{dst}' with signed content"); 458_log.LogError($"Updating '{dst}' with signed content failed: '{e.Message}'"); 545_log.LogError($"Assembly {file.FullPath} is NOT signed properly"); 549_log.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} is signed properly"); 557_log.LogError($"Powershell file {file.FullPath} does not have a signature mark."); 592_log.LogError($"Container {file.FullPath} does not have signature marker."); 596_log.LogMessage(MessageImportance.Low, $"Container {file.FullPath} has a signature marker."); 608_log.LogMessage($"Skipping strong-name validation for {file.FullPath}."); 614_log.LogError($"Assembly {file.FullPath} is not strong-name signed correctly."); 618_log.LogMessage(MessageImportance.Low, $"Assembly {file.FullPath} strong-name signature is valid.");