Skip to content

Commit 567e1d9

Browse files
committed
Remove checks
1 parent 9182c88 commit 567e1d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.libgit2.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ function Assert-Consistent-Naming($expected, $path) {
9696
$dll = get-item $path
9797

9898
Ensure-Property $expected $dll.Name "Name" $dll.Fullname
99-
Ensure-Property $expected $dll.VersionInfo.InternalName "VersionInfo.InternalName" $dll.Fullname
100-
Ensure-Property $expected $dll.VersionInfo.OriginalFilename "VersionInfo.OriginalFilename" $dll.Fullname
10199
}
102100

103101
try {

0 commit comments

Comments
 (0)