Skip to content

Commit ddbe931

Browse files
authored
Remove signing opt-out for MSIs (#60256)
These are handled by signtool now.
1 parent ddf40df commit ddbe931

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eng/Signing.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@
6363
<FileExtensionSignInfo Include=".vsix" CertificateName="VsixSHA2" />
6464
<FileExtensionSignInfo Include=".zip" CertificateName="None" />
6565
<FileExtensionSignInfo Include=".cab" CertificateName="None" />
66-
<!-- If doing post build sign, explicitly give MSIs a cert. If doing in build signing,
67-
this is handled by the wix targets, and .msi should be "None" -->
68-
<FileExtensionSignInfo Include=".msi" CertificateName="MicrosoftDotNet500" Condition="'$(PostBuildSign)' == 'true'" />
69-
<FileExtensionSignInfo Include=".msi" CertificateName="None" Condition="'$(PostBuildSign)' != 'true'" />
66+
<FileExtensionSignInfo Include=".msi" CertificateName="MicrosoftDotNet500" />
7067

7168
<!-- Native .dll's. These don't have a public key token, but are from Microsoft and should be signed. -->
7269
<FileSignInfo Include="aspnetcore.dll" CertificateName="MicrosoftDotNet500" />

0 commit comments

Comments
 (0)