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

Commit 12a1302

Browse files
committed
New signing certificate
1 parent 4b20c3a commit 12a1302

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cli/Askpass/Cli-Askpass.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</ItemGroup>
8181
<ItemGroup>
8282
<FilesToSign Include="$(SigningTarget)">
83-
<Authenticode>Microsoft</Authenticode>
83+
<Authenticode>Microsoft400</Authenticode>
8484
<InProject>false</InProject>
8585
</FilesToSign>
8686
</ItemGroup>

Installer/Components.proj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@
6161
<!-- Compile the list of files to sign with MicroBuild -->
6262
<ItemGroup>
6363
<FilesToSign Include="$(IntermediateOutputPath)\Microsoft.Alm.Authentication.dll">
64-
<Authenticode>Microsoft</Authenticode>
64+
<Authenticode>Microsoft400</Authenticode>
6565
</FilesToSign>
6666
<FilesToSign Include="$(IntermediateOutputPath)\AzureDevOps.Authentication.dll">
67-
<Authenticode>Microsoft</Authenticode>
67+
<Authenticode>Microsoft400</Authenticode>
6868
</FilesToSign>
6969
<FilesToSign Include="$(IntermediateOutputPath)\git-credential-manager.exe">
70-
<Authenticode>Microsoft</Authenticode>
70+
<Authenticode>Microsoft400</Authenticode>
7171
</FilesToSign>
7272
<FilesToSign Include="$(IntermediateOutputPath)\git-askpass.exe">
73-
<Authenticode>Microsoft</Authenticode>
73+
<Authenticode>Microsoft400</Authenticode>
7474
</FilesToSign>
7575
</ItemGroup>
7676

Installer/Installer.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- Compile the list of files to sign with MicroBuild -->
6464
<ItemGroup>
6565
<FilesToSign Include="$(GcmExePath)">
66-
<Authenticode>Microsoft</Authenticode>
66+
<Authenticode>Microsoft400</Authenticode>
6767
</FilesToSign>
6868
<FilesToSign Include="$(GcmPkgPath)">
6969
<Authenticode>Nuget</Authenticode>

0 commit comments

Comments
 (0)