We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d003249 commit ed850deCopy full SHA for ed850de
tools/CheckSignature.ps1
@@ -74,6 +74,7 @@ function Check-All {
74
$files = $files | Where-Object { ($_.FullName -notlike "*Newtonsoft.Json*") -and `
75
($_.FullName -notlike "*AutoMapper*") -and `
76
($_.FullName -notlike "*Security.Cryptography*") -and `
77
+ ($_.FullName -notlike "*NLog*") -and `
78
($_.FullName -notlike "*BouncyCastle.Crypto*")}
79
Write-Host "Checking the authenticode signature of $($files.Count) files (.dll, .ps1, .psm1)" -ForegroundColor Yellow
80
@@ -209,4 +210,4 @@ else
209
210
Write-Host "No switch parameter set - checking all files in current directory" -ForegroundColor Yellow
211
}
212
-Check-All $path
213
+Check-All $path
0 commit comments