We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b4cac commit c4d5fb7Copy full SHA for c4d5fb7
build.proj
@@ -264,7 +264,7 @@
264
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
265
266
<VerifyAuthenticodeSignatureTask ProbingDirectory="$(PackageDirectory)\$(Configuration)"
267
- FileFilterPattern="microsoft.*.dll;system.*.dll;*.ps1">
+ FileFilterPattern="microsoft.*.dll;system.*.dll;*.ps1;*.psm1">
268
<Output TaskParameter="AuthCodeSignTaskErrorsDetected" PropertyName="AuthTaskFailed" />
269
</VerifyAuthenticodeSignatureTask>
270
0 commit comments