From ee0a11d048095b7b7c387889a48dae9690ff9718 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 31 Oct 2018 18:01:32 -0700 Subject: [PATCH] Update code signing configuration to account for crossgen-ed assemblies (#3783) * Update code signing configuration to automatically skip files in Microsoft.NETCore.App * Update code signing configuration to account for crossgen-ed assemblies --- build/CodeSign.props | 342 ++++++++--------------------------------- build/CodeSign.targets | 4 +- build/SharedFx.targets | 12 +- 3 files changed, 81 insertions(+), 277 deletions(-) diff --git a/build/CodeSign.props b/build/CodeSign.props index 5da99c0af1..50da6efa7f 100644 --- a/build/CodeSign.props +++ b/build/CodeSign.props @@ -2,284 +2,76 @@ - - - - - - - - - - - + + + + + + + + + - - - - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/CodeSign.targets b/build/CodeSign.targets index f42dcd8afc..032fbd1c84 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 1fce8b8d9f..bbdf2998f5 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 @@ + + + + + + + +