Skip to content

Commit 03f2804

Browse files
[VMR] Codeflow bb7c393-bb7c393
[[ commit created by automation ]]
1 parent bb7c393 commit 03f2804

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/Signing.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<FileSignInfo Include="ancm.mof" CertificateName="None" />
3131
<!-- Exclude the apphost because this is expected to be code-signed by customers after the SDK modifies it. -->
3232
<FileSignInfo Include="apphost.exe" CertificateName="None" />
33+
<!-- We don't need to code sign .js files because they are not used in Windows Script Host. -->
34+
<FileExtensionSignInfo Update=".js" CertificateName="None" />
3335

3436
<!--
3537
These files should already be signed by the .NET Core team. They have to be listed again here because we recreate a redistributable which includes the Microsoft.NETCore.App runtime.

0 commit comments

Comments
 (0)