Skip to content

Commit 30fd6e2

Browse files
authored
Skip Microsoft.AspNetCore.App.Runtime.Composite.r2r.dll in signing check (#62342)
Fixes #61954
1 parent 684e739 commit 30fd6e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/Signing.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
<FileSignInfo Include="Mono.Cecil.Rocks.dll" CertificateName="3PartySHA2" />
1818
</ItemGroup>
1919

20+
<ItemGroup>
21+
<!-- Composite r2r images show up as fully native images and trigger the 3rd party warning when signing on Mac/Linux
22+
even though they don't have readable copyright info. Skip those files in the signing check. -->
23+
<ItemsToSkip3rdPartyCheck Include="Microsoft.AspNetCore.App.Runtime.Composite.r2r.dll" />
24+
</ItemGroup>
25+
2026
<PropertyGroup>
2127
<BaseRedistNetCorePath>$(ArtifactsObjDir)RedistSharedFx.Layout\$(Configuration)\</BaseRedistNetCorePath>
2228
<RedistNetCorePath>$(BaseRedistNetCorePath)$(TargetRuntimeIdentifier)\</RedistNetCorePath>

0 commit comments

Comments
 (0)