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 bd2b1ef commit 9831e41Copy full SHA for 9831e41
tools/CheckSignature.ps1
@@ -50,6 +50,7 @@ function Check-All {
50
$invalidList = @()
51
52
$files = Get-ChildItem $path\* -Include *.dll -Recurse | Where-Object { $_.FullName -like "*Azure*" }
53
+ $files = $files | Where-Object { ($_.FullName -notlike "*System.Management.Automation*") }
54
Write-Host "Checking the strong name signature of $($files.Count) files (.dll)" -ForegroundColor Yellow
55
56
$invalidStrongNameList = @()
0 commit comments