Skip to content

Commit

Permalink
Merge pull request #86 from microsoft/lukka/fixsigningcert
Browse files Browse the repository at this point in the history
use correct cert name
  • Loading branch information
jgoshi committed Aug 5, 2019
2 parents 98590f6 + 81edd17 commit e9fd8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VSInsertion/Signing/SignFiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<ItemGroup>
<FilesToSign Include="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
</ItemGroup>
</Target>
Expand Down

0 comments on commit e9fd8fd

Please sign in to comment.