Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit b8df89a

Browse files
authored
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.
1 parent 9ef22b0 commit b8df89a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Signing.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
<ItemGroup>
7979
<!-- NuPkg contents -->
8080
<FilesToSign Include="$(BaseOutputDirectory)/bin/Microsoft.DotNet.Cli.Utils/**/Microsoft.DotNet.Cli.Utils.dll;
81-
$(BaseOutputDirectory)/bin/Microsoft.DotNet.Cli.Utils/**/Microsoft.DotNet.Cli.Utils.resources.dll">
81+
$(BaseOutputDirectory)/bin/Microsoft.DotNet.Cli.Utils/**/Microsoft.DotNet.Cli.Utils.resources.dll;
82+
$(BaseOutputDirectory)/bin/Microsoft.DotNet.MSBuildSdkResolver/**/Microsoft.DotNet.MSBuildSdkResolver.dll">
8283
<Authenticode>$(InternalCertificateId)</Authenticode>
8384
</FilesToSign>
8485
</ItemGroup>

0 commit comments

Comments
 (0)