8000 Exclude .js files from signing (#61643) · dotnet/aspnetcore@d7315db · GitHub
[go: up one dir, main page]

Skip to content

Commit d7315db

Browse files
authored
Exclude .js files from signing (#61643)
1 parent 0bf6f30 commit d7315db

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)
0