Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 03a891d

Browse files
author
NETMF Build Service
committed
- updated signing approvers
- updated reference to code signing object for latest object as installed on build server
1 parent b2ecc1e commit 03a891d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Framework/Tools/BuildTasksInternal/BuildSigner/BuildSignerSpotBuild.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
</PropertyGroup>
3333
<Import Project="$(SPOCLIENT)\tools\Targets\Microsoft.SPOT.CSharp.Host.Targets" />
3434
<ItemGroup>
35-
<Reference Include="CODESIGN.Submitter">
35+
<Reference Include="CODESIGN.Submitter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=3d8252bd1272440d, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>$(SPOROOT)\tools\x86\CODESIGN\CODESIGN.Submitter.dll</HintPath>
37+
<HintPath>$(MSBuildProgramFiles32)\Microsoft Internal\Codesign.Submitter\CODESIGN.Submitter.dll</HintPath>
3838
</Reference>
3939
<Reference Include="System" />
4040
<Reference Include="System.Xml" />

tools/Targets/Microsoft.SPOT.SDK.Targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<CodeSignAuthenticodeCert>400</CodeSignAuthenticodeCert>
1717
<CodeSignOpcCert>100040160</CodeSignOpcCert>
1818
<CodeSignStrongNameCert>272</CodeSignStrongNameCert>
19-
<CodeSignApprovers>smaillet;mortezag</CodeSignApprovers>
19+
<CodeSignApprovers>colina;mortezag;lorenzte</CodeSignApprovers>
2020

2121
<!--
2222
<VSIPInstalled>false</VSIPInstalled>

0 commit comments

Comments
 (0)