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)
56
VerifyCertificates(
_log
);
58
if (
_log
.HasLoggedErrors)
69
_log
.LogError("Error during execution of signing process.");
88
VerifyAfterSign(
_log
, file);
91
if (
_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}");
173
workingDirectory, _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.");
608
VerifyAfterSign(
_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.");