mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +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:
parent
cc9fdadb9a
commit
398f79597f
2 changed files with 3 additions and 3 deletions
|
@ -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" />
|
||||
|
|
|
@ -243,7 +243,8 @@ jobs:
|
|||
/p:DiagnosticsFilesRoot="$(buildProductRootFolderPath)"
|
||||
/p:SignDiagnostics=true
|
||||
/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
|
||||
displayName: Sign Diagnostic Binaries
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue