We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c848b3 commit 8ea3e22Copy full SHA for 8ea3e22
eng/Signing.props
@@ -9,11 +9,6 @@
9
<FileSignInfo Include="Swashbuckle.AspNetCore.SwaggerGen.dll" CertificateName="3PartySHA2" />
10
</ItemGroup>
11
<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" />
17
<!--
18
The zip file itself is not signed but their contents are.
19
The zip is expanded, the contents are signed, and then rezipped.
0 commit comments