Skip to content

Commit 389db81

Browse files
committed
removed unncessary output for sign script
1 parent 197673c commit 389db81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/sign.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ function Invoke-NuGetPackageSigning {
218218
Write-Host " Thumbprint: $($cert.Thumbprint)"
219219
Write-Host " Valid From: $($cert.NotBefore)"
220220
Write-Host " Valid To: $($cert.NotAfter)"
221-
Write-Host " Provider: $($cert.PrivateKey.CspKeyContainerInfo.ProviderName)"
222-
Write-Host " Key Storage: $($cert.PrivateKey.CspKeyContainerInfo.HardwareDevice ? 'Hardware' : 'Software')"
223-
Write-Host " Key Spec: $($cert.PrivateKey.CspKeyContainerInfo.KeyNumber)`n"
224221

225222
if ($cert.NotAfter -le (Get-Date).AddMonths(1)) {
226223
Write-Warning "Certificate will expire within one month on $($cert.NotAfter)"

0 commit comments

Comments
 (0)