Skip to content

Commit 6127d72

Browse files
Disable tarball signing (#7642)
Co-authored-by: Justin Anderson <jander@microsoft.com>
1 parent 968f0d8 commit 6127d72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eng/Signing.props

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

0 commit comments

Comments
 (0)