Skip to content

Commit 8ea3e22

Browse files
authored
Disable tarball signing (#7641)
1 parent 8c848b3 commit 8ea3e22

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eng/Signing.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
<FileSignInfo Include="Swashbuckle.AspNetCore.SwaggerGen.dll" CertificateName="3PartySHA2" />
1010
</ItemGroup>
1111
<ItemGroup Condition="'$(SignAllBinaries)' != 'true'">
12-
<!--
13-
Tarballs are currently not signed nor are their contents.
14-
This entry allows them to be signed automatically when tooling allows for it.
15-
-->
16-
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.tar.gz" />
1712
<!--
1813
The zip file itself is not signed but their contents are.
1914
The zip is expanded, the contents are signed, and then rezipped.

0 commit comments

Comments
 (0)