Skip to content

Commit

Permalink
Update to SHA256 certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Sep 21, 2019
1 parent a1d3024 commit 62f3905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VSSetup.PowerShell/VSSetup.PowerShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<Target Name="PopulateFilesToSign" AfterTargets="AfterBuild" BeforeTargets="SignFiles">
<ItemGroup>
<FilesToSign Include="$(TargetPath)">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
<FilesToSign Include="$(TargetDir)\*.ps1xml;$(TargetDir)\*.psd1;$(TargetDir)\*.psm1">
<Authenticode>Microsoft400</Authenticode>
Expand All @@ -126,4 +126,4 @@
</Target>
<Import Project="..\..\packages\MicroBuild.Core.0.3.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\packages\MicroBuild.Core.0.3.0\build\MicroBuild.Core.targets')" />
<Import Project="..\..\packages\Nerdbank.GitVersioning.2.3.38\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.2.3.38\build\Nerdbank.GitVersioning.targets')" />
</Project>
</Project>

0 comments on commit 62f3905

Please sign in to comment.