Skip to content

Commit

Permalink
Remove checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jairbubbles committed Aug 16, 2021
1 parent 5ea0d25 commit 3accd98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.libgit2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ function Assert-Consistent-Naming($expected, $path) {
$dll = get-item $path

Ensure-Property $expected $dll.Name "Name" $dll.Fullname
Ensure-Property $expected $dll.VersionInfo.InternalName "VersionInfo.InternalName" $dll.Fullname
Ensure-Property $expected $dll.VersionInfo.OriginalFilename "VersionInfo.OriginalFilename" $dll.Fullname
}

try {
Expand Down

0 comments on commit 3accd98

Please sign in to comment.