Skip to content

Commit 3accd98

Browse files
committed
Remove checks
1 parent 5ea0d25 commit 3accd98

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
@@ -93,8 +93,6 @@ function Assert-Consistent-Naming($expected, $path) {
9393
$dll = get-item $path
9494

9595
Ensure-Property $expected $dll.Name "Name" $dll.Fullname
96-
Ensure-Property $expected $dll.VersionInfo.InternalName "VersionInfo.InternalName" $dll.Fullname
97-
Ensure-Property $expected $dll.VersionInfo.OriginalFilename "VersionInfo.OriginalFilename" $dll.Fullname
9896
}
9997

10098
try {

0 commit comments

Comments
 (0)