Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@
<FileExtensionSignInfo Include=".ttf" CertificateName="None" />
<FileExtensionSignInfo Include=".otf" CertificateName="None" />

<!-- We don't need to code sign .js files because they are not used in Windows Script Host. -->
<!-- We don't need to code sign most .js files because they are coming from other repos and are already signed -->
<FileExtensionSignInfo Update=".js" CertificateName="None" />

<FileSignInfo Include="Microsoft.DotNet.HotReload.WebAssembly.Browser.lib.module.js" CertificateName="MicrosoftDotNet500" />

<!-- Skip signing .py files because they are already signed -->
<FileExtensionSignInfo Update=".py" CertificateName="None" />
<FileExtensionSignInfo Include=".pyd" CertificateName="None" />
Expand Down
Loading