We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968f0d8 commit 6127d72Copy full SHA for 6127d72
eng/Signing.props
@@ -8,11 +8,6 @@
8
<FileSignInfo Include="Swashbuckle.AspNetCore.SwaggerGen.dll" CertificateName="3PartySHA2" />
9
</ItemGroup>
10
<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" />
16
<!--
17
The zip file itself is not signed but their contents are.
18
The zip is expanded, the contents are signed, and then rezipped.
0 commit comments