We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 267332c + 214e1e4 commit 22c2fb1Copy full SHA for 22c2fb1
Chocolatey.Cake.Recipe/Content/sign.cake
@@ -33,7 +33,7 @@ BuildParameters.Tasks.SignPowerShellScriptsTask = Task("Sign-PowerShellScripts")
33
{
34
var password = System.IO.File.ReadAllText(BuildParameters.CertificatePassword);
35
36
- Information("Signing '{0}' with {1}", string.Join(",", BuildParameters.GetScriptsToSign()), BuildParameters.CertificateFilePath);
+ Information("Signing above scripts with {0}", BuildParameters.CertificateFilePath);
37
38
StartPowershellFile(MakeAbsolute(powerShellSigningScript), args =>
39
0 commit comments