We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf92322 commit 95df829Copy full SHA for 95df829
eng/Signing.props
@@ -55,6 +55,10 @@
55
<FileSignInfo Include="Nerdbank.Streams.dll" CertificateName="$(ExternalCertificateId)" />
56
<FileSignInfo Include="Newtonsoft.Json.dll" CertificateName="$(ExternalCertificateId)" />
57
<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" />
62
</ItemGroup>
63
64
<ItemGroup>
0 commit comments