Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Hoyos <juan.hoyos@microsoft.com>2022-05-16 13:01:07 +0300
committerGitHub <noreply@github.com>2022-05-16 13:01:07 +0300
commitf60a683890edaec09a9d8003f3ff3e3f548ea53d (patch)
tree3f32212c050c217dff84b3d5149ec25aae83e32e /eng/Signing.props
parentb1b6c6e4d55558bda658b97475c49e98f3d8ced2 (diff)
Update signing of JS files (#69366)
Fixes part of #69317
Diffstat (limited to 'eng/Signing.props')
-rw-r--r--eng/Signing.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/Signing.props b/eng/Signing.props
index 761f09b5008..13481c56a72 100644
--- a/eng/Signing.props
+++ b/eng/Signing.props
@@ -21,7 +21,8 @@
<FileSignInfo Include="apphost.exe;singlefilehost.exe;comhost.dll" CertificateName="None" />
<!-- We don't need to code sign .js files because they are not used in Windows Script Host. -->
- <FileExtensionSignInfo Include=".js" CertificateName="None" />
+ <!-- WARNING: Needs to happed outside of any target -->
+ <FileExtensionSignInfo Update=".js" CertificateName="None" />
<!-- Third-party components which should be signed. -->
<FileSignInfo Include="Newtonsoft.Json.dll" CertificateName="3PartySHA2" />