From 5903d28fcb2193a37282614d8e2ed9c2517699bc Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 31 Oct 2018 17:09:41 -0700 Subject: [PATCH 1/2] Update code signing configuration to account for crossgen-ed assemblies --- build/CodeSign.props | 139 +++++++++++++++++++++++-------------------- 1 file changed, 75 insertions(+), 64 deletions(-) diff --git a/build/CodeSign.props b/build/CodeSign.props index 5da99c0af140..428a996a1851 100644 --- a/build/CodeSign.props +++ b/build/CodeSign.props @@ -1,49 +1,80 @@ + + + 4.6.27023.02 + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - @@ -95,28 +126,18 @@ - - - - - - - - - - - - - + + + - - - + + + @@ -154,7 +175,6 @@ - @@ -167,7 +187,6 @@ - @@ -178,7 +197,6 @@ - @@ -194,7 +212,6 @@ - @@ -236,10 +253,8 @@ - - @@ -247,13 +262,9 @@ - - - - From 085020b4e1dd4df4b5062502ca796fe02c453e72 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 31 Oct 2018 17:58:05 -0700 Subject: [PATCH 2/2] Update codesigning configuration to automatically skip files in Microsoft.NETCore.App --- build/CodeSign.props | 225 +---------------------------------------- build/CodeSign.targets | 4 +- build/SharedFx.targets | 12 ++- 3 files changed, 17 insertions(+), 224 deletions(-) diff --git a/build/CodeSign.props b/build/CodeSign.props index 428a996a1851..50da6efa7fce 100644 --- a/build/CodeSign.props +++ b/build/CodeSign.props @@ -1,10 +1,5 @@ - - - 4.6.27023.02 - - @@ -47,6 +42,7 @@ + @@ -72,225 +68,10 @@ + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/CodeSign.targets b/build/CodeSign.targets index f42dcd8afc5f..032fbd1c84d1 100644 --- a/build/CodeSign.targets +++ b/build/CodeSign.targets @@ -5,6 +5,7 @@ + <_RepositoryProject Remove="@(_RepositoryProject)" /> <_RepositoryProject Include="$(MSBuildProjectFullPath)" Condition="'%(Repository.Identity)' != ''"> @@ -39,7 +40,8 @@ - + + diff --git a/build/SharedFx.targets b/build/SharedFx.targets index 1fce8b8d9f83..bbdf2998f539 100644 --- a/build/SharedFx.targets +++ b/build/SharedFx.targets @@ -7,6 +7,7 @@ $(CodeSignDependsOn);GetSharedFxFilesToSign _BuildSharedFxProjects;TestSharedFx $(BuildSharedFxDependsOn);CodeSign + $(IntermediateDir)ar\$(SharedFxRid)\ @@ -21,7 +22,8 @@ - + + @@ -29,6 +31,14 @@ + + + + + + + +