Skip to content

Commit

Permalink
Disable tarball signing (#7642)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Anderson <[email protected]>
  • Loading branch information
github-actions[bot] and jander-msft authored Nov 8, 2024
1 parent 968f0d8 commit 6127d72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
<FileSignInfo Include="Swashbuckle.AspNetCore.SwaggerGen.dll" CertificateName="3PartySHA2" />
</ItemGroup>
<ItemGroup Condition="'$(SignAllBinaries)' != 'true'">
<!--
Tarballs are currently not signed nor are their contents.
This entry allows them to be signed automatically when tooling allows for it.
-->
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.tar.gz" />
<!--
The zip file itself is not signed but their contents are.
The zip is expanded, the contents are signed, and then rezipped.
Expand Down

0 comments on commit 6127d72

Please sign in to comment.