Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
New signing certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
jeschu1 committed Sep 5, 2019
1 parent 4b20c3a commit 12a1302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cli/Askpass/Cli-Askpass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</ItemGroup>
<ItemGroup>
<FilesToSign Include="$(SigningTarget)">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<InProject>false</InProject>
</FilesToSign>
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Installer/Components.proj
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
<!-- Compile the list of files to sign with MicroBuild -->
<ItemGroup>
<FilesToSign Include="$(IntermediateOutputPath)\Microsoft.Alm.Authentication.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
<FilesToSign Include="$(IntermediateOutputPath)\AzureDevOps.Authentication.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
<FilesToSign Include="$(IntermediateOutputPath)\git-credential-manager.exe">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
<FilesToSign Include="$(IntermediateOutputPath)\git-askpass.exe">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.proj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!-- Compile the list of files to sign with MicroBuild -->
<ItemGroup>
<FilesToSign Include="$(GcmExePath)">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
<FilesToSign Include="$(GcmPkgPath)">
<Authenticode>Nuget</Authenticode>
Expand Down

0 comments on commit 12a1302

Please sign in to comment.