Skip to content

Commit

Permalink
Update certificate id
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Feb 14, 2018
1 parent 7785261 commit 64bf627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BuildServer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<BinariesToSign Include="$(OutputPath)\**\Net40\*.dll;$(OutputPath)\**\Net40\*.exe">
<CopyScript>CS_CopyNet40.bat</CopyScript>
<CopyScriptTargetPath>$(CodeSignNet40Path)</CopyScriptTargetPath>
<Certificates>10006;72</Certificates>
<Certificates>400;72</Certificates>
<Description>Katana - Signing NET40 assemblies</Description>
<DisplayName>$(CS_KatanaDisplayName)</DisplayName>
<DisplayUrl>$(CS_KatanaURL)</DisplayUrl>
Expand All @@ -22,7 +22,7 @@
<BinariesToSign Include="$(OutputPath)\**\Net45\*.dll;$(OutputPath)\**\Net45\*.exe">
<CopyScript>CS_CopyNet45.bat</CopyScript>
<CopyScriptTargetPath>$(CodeSignNet45Path)</CopyScriptTargetPath>
<Certificates>10006;72</Certificates>
<Certificates>400;72</Certificates>
<Description>Katana - Signing NET45 assemblies</Description>
<DisplayName>$(CS_KatanaDisplayName)</DisplayName>
<DisplayUrl>$(CS_KatanaURL)</DisplayUrl>
Expand Down

0 comments on commit 64bf627

Please sign in to comment.