Skip to content

Commit 95df829

Browse files
authored
Sign and harden pkgs (#47996)
1 parent bf92322 commit 95df829

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/Signing.props

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
<FileSignInfo Include="Nerdbank.Streams.dll" CertificateName="$(ExternalCertificateId)" />
5656
<FileSignInfo Include="Newtonsoft.Json.dll" CertificateName="$(ExternalCertificateId)" />
5757
<FileSignInfo Include="Valleysoft.DockerCredsProvider.dll" CertificateName="$(ExternalCertificateId)" />
58+
59+
<!-- Additionally, we need to notarize any .pkg files -->
60+
<MacOSPkg Include="$(ArtifactsShippingPackagesDir)**/dotnet-sdk*.pkg" Exclude="$(ArtifactsShippingPackagesDir)**/dotnet-sdk-internal*.pkg" />
61+
<FileSignInfo Include="@(MacOSPkg->'%(Filename)%(Extension)')" CertificateName="MacDeveloperWithNotarization" />
5862
</ItemGroup>
5963

6064
<ItemGroup>

0 commit comments

Comments
 (0)