1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 02:13:38 +09:00

Revert "Add mibc to the PE family of signatures" (#54162)

* Revert "Add mibc to the PE family of signatures (#53048)"

This reverts commit 4147948c1b.

* Fix binlog path
This commit is contained in:
Juan Hoyos 2021-06-14 13:35:01 -07:00 committed by GitHub
parent cc9fdadb9a
commit 398f79597f
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,6 @@
<DownloadedSymbolPackagesWithoutPaths Include="@(DownloadedSymbolPackages->'%(Filename)%(Extension)')" /> <DownloadedSymbolPackagesWithoutPaths Include="@(DownloadedSymbolPackages->'%(Filename)%(Extension)')" />
<FileSignInfo Include="@(DownloadedSymbolPackagesWithoutPaths->Distinct())" CertificateName="None" /> <FileSignInfo Include="@(DownloadedSymbolPackagesWithoutPaths->Distinct())" CertificateName="None" />
<FileExtensionSignInfo Include=".mibc" CertificateName="MicrosoftDotNet500" />
<FileExtensionSignInfo Include=".msi" CertificateName="MicrosoftDotNet500" /> <FileExtensionSignInfo Include=".msi" CertificateName="MicrosoftDotNet500" />
<FileExtensionSignInfo Include=".pkg" CertificateName="8003" /> <FileExtensionSignInfo Include=".pkg" CertificateName="8003" />
<FileExtensionSignInfo Include=".deb;.rpm" CertificateName="LinuxSign" /> <FileExtensionSignInfo Include=".deb;.rpm" CertificateName="LinuxSign" />
@ -77,7 +76,7 @@
Exclude="mscordaccore.dll" Exclude="mscordaccore.dll"
CertificateName="MicrosoftSHA2" /> CertificateName="MicrosoftSHA2" />
</ItemGroup> </ItemGroup>
<ItemGroup Condition="'$(SignDiagnosticsPackages)' == 'true'"> <ItemGroup Condition="'$(SignDiagnosticsPackages)' == 'true'">
<!-- The cross OS diagnostics symbol packages need to be signed as they are the only packages <!-- 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. that have a specific version of assets that are only meant to be indexed in symbol servers.

View file

@ -243,7 +243,8 @@ jobs:
/p:DiagnosticsFilesRoot="$(buildProductRootFolderPath)" /p:DiagnosticsFilesRoot="$(buildProductRootFolderPath)"
/p:SignDiagnostics=true /p:SignDiagnostics=true
/p:DotNetSignType=$(SignType) /p:DotNetSignType=$(SignType)
/bl:$(Build.SourcesDirectory)artifacts/log/$(buildConfig)/SignDiagnostics.binlog -noBl
/bl:$(Build.SourcesDirectory)/artifacts/log/$(buildConfig)/SignDiagnostics.binlog
-projects $(Build.SourcesDirectory)\eng\empty.csproj -projects $(Build.SourcesDirectory)\eng\empty.csproj
displayName: Sign Diagnostic Binaries displayName: Sign Diagnostic Binaries