Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Hoyos <juan.hoyos@microsoft.com>2021-06-14 23:35:01 +0300
committerGitHub <noreply@github.com>2021-06-14 23:35:01 +0300
commit398f79597f2082356a2713ba710b63ce4ecaa69e (patch)
tree78e41a65ef4574ee774de820123f182c892aebc7 /eng/Signing.props
parentcc9fdadb9aa9bec7eb45c9cf62563259b00bc55e (diff)
Revert "Add mibc to the PE family of signatures" (#54162)
* Revert "Add mibc to the PE family of signatures (#53048)" This reverts commit 4147948c1b2a0746b6f11bd2b31c8238cab5a325. * Fix binlog path
Diffstat (limited to 'eng/Signing.props')
-rw-r--r--eng/Signing.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/eng/Signing.props b/eng/Signing.props
index ca044455e91..b546fd4ec3b 100644
--- a/eng/Signing.props
+++ b/eng/Signing.props
@@ -35,7 +35,6 @@
<DownloadedSymbolPackagesWithoutPaths Include="@(DownloadedSymbolPackages->'%(Filename)%(Extension)')" />
<FileSignInfo Include="@(DownloadedSymbolPackagesWithoutPaths->Distinct())" CertificateName="None" />
- <FileExtensionSignInfo Include=".mibc" CertificateName="MicrosoftDotNet500" />
<FileExtensionSignInfo Include=".msi" CertificateName="MicrosoftDotNet500" />
<FileExtensionSignInfo Include=".pkg" CertificateName="8003" />
<FileExtensionSignInfo Include=".deb;.rpm" CertificateName="LinuxSign" />
@@ -77,7 +76,7 @@
Exclude="mscordaccore.dll"
CertificateName="MicrosoftSHA2" />
</ItemGroup>
-
+
<ItemGroup Condition="'$(SignDiagnosticsPackages)' == 'true'">
<!-- The cross OS diagnostics symbol packages need to be signed as they are the only packages
that have a specific version of assets that are only meant to be indexed in symbol servers.