Skip to content

Commit c4d5fb7

Browse files
committed
Including *.psm1 files to check authenticode signature
1 parent 92b4cac commit c4d5fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
265265

266266
<VerifyAuthenticodeSignatureTask ProbingDirectory="$(PackageDirectory)\$(Configuration)"
267-
FileFilterPattern="microsoft.*.dll;system.*.dll;*.ps1">
267+
FileFilterPattern="microsoft.*.dll;system.*.dll;*.ps1;*.psm1">
268268
<Output TaskParameter="AuthCodeSignTaskErrorsDetected" PropertyName="AuthTaskFailed" />
269269
</VerifyAuthenticodeSignatureTask>
270270

0 commit comments

Comments
 (0)