Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit cb2b9e4

Browse files
committed
Move to "Microsoft400" Authenticode certificate since "Microsoft" was deprecated (#305)
Address NuGet/Engineering#2619
1 parent 6632e8e commit cb2b9e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/sign.microbuild.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<FilesToSign
4848
Include="%(OutputToSign.Identity)"
4949
Condition="Exists('%(OutputToSign.Identity)')">
50-
<Authenticode>Microsoft</Authenticode>
50+
<Authenticode>Microsoft400</Authenticode>
5151
<StrongName>MsSharedLib72</StrongName>
5252
</FilesToSign>
5353
</ItemGroup>
@@ -65,7 +65,7 @@
6565
<FilesToSign
6666
Include="$(WPPAllFilesInSingleFolder)\bin\$(TargetFileName)"
6767
Condition="Exists('$(WPPAllFilesInSingleFolder)\bin\$(TargetFileName)')">
68-
<Authenticode>Microsoft</Authenticode>
68+
<Authenticode>Microsoft400</Authenticode>
6969
<StrongName>MsSharedLib72</StrongName>
7070
</FilesToSign>
7171
</ItemGroup>

0 commit comments

Comments
 (0)