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 684e739 commit 30fd6e2Copy full SHA for 30fd6e2
eng/Signing.props
@@ -17,6 +17,12 @@
17
<FileSignInfo Include="Mono.Cecil.Rocks.dll" CertificateName="3PartySHA2" />
18
</ItemGroup>
19
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
+
26
<PropertyGroup>
27
<BaseRedistNetCorePath>$(ArtifactsObjDir)RedistSharedFx.Layout\$(Configuration)\</BaseRedistNetCorePath>
28
<RedistNetCorePath>$(BaseRedistNetCorePath)$(TargetRuntimeIdentifier)\</RedistNetCorePath>
0 commit comments