We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea0d25 commit 3accd98Copy full SHA for 3accd98
build.libgit2.ps1
@@ -93,8 +93,6 @@ function Assert-Consistent-Naming($expected, $path) {
93
$dll = get-item $path
94
95
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
98
}
99
100
try {
0 commit comments