From b8df89a54fdb3854b7f4fd13cfb9c69efde7ff49 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 21 Feb 2018 08:08:16 -0800 Subject: [PATCH] Sign the MSBuildSdkResolver dll in standard nupkg (#8648) We were only signing the copy in the msbuild extensions layout for the VS insertion package, but not the x-plat nupkg we produced for VS Code. --- build/Signing.proj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Signing.proj b/build/Signing.proj index 9cefdeed2..cb7b9fe78 100644 --- a/build/Signing.proj +++ b/build/Signing.proj @@ -78,7 +78,8 @@ + $(BaseOutputDirectory)/bin/Microsoft.DotNet.Cli.Utils/**/Microsoft.DotNet.Cli.Utils.resources.dll; + $(BaseOutputDirectory)/bin/Microsoft.DotNet.MSBuildSdkResolver/**/Microsoft.DotNet.MSBuildSdkResolver.dll"> $(InternalCertificateId)