Skip to content

Commit

Permalink
Explicitly avoid signing python.cat (dotnet#192)
Browse files Browse the repository at this point in the history
Set the python.cat signature to None so that tooling doesn't complain about not having a signature mapping for this file.
  • Loading branch information
mmitche authored Aug 24, 2022
1 parent 321399a commit 5ef6613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<FileExtensionSignInfo Update=".ps1" CertificateName="None" />
<FileExtensionSignInfo Update=".js" CertificateName="None" />
<FileExtensionSignInfo Include=".vbs" CertificateName="None" />

<!-- python.cat is already signed and cannot be re-signed -->
<FileSignInfo Include="python.cat" CertificateName="None" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5ef6613

Please sign in to comment.