From 7d375481bc742586bca1cc8d1cf0b658ac97f29f Mon Sep 17 00:00:00 2001 From: John Beisner Date: Tue, 17 Apr 2018 16:53:03 -0700 Subject: [PATCH] Sign the 'nupkg' files; CLI:release/2.1.3xx (#9086) * Sign the 'nupkg' files. * Sign 'NuPkg' files with the 'NuGet' cert. * Use "Microsoft402" --- build/Signing.proj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/Signing.proj b/build/Signing.proj index cb7b9fe78..4cd7f997a 100644 --- a/build/Signing.proj +++ b/build/Signing.proj @@ -5,6 +5,9 @@ true + 135020001 + Microsoft402 + NuGet @@ -106,6 +109,10 @@ $(InternalCertificateId) + + $(NugetCertificateId) +