From 51761c3c5d4d98b551119ddc9bbcf2df22a3f20b Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 28 Jan 2019 18:24:37 -0800 Subject: [PATCH] Handle code-signing exclusions when building for multiple architectures on the same machine --- build/CodeSign.targets | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/build/CodeSign.targets b/build/CodeSign.targets index a32d135c33..71e5d8a1bf 100644 --- a/build/CodeSign.targets +++ b/build/CodeSign.targets @@ -2,10 +2,14 @@ $(CodeSignDependsOn);CollectFileSignInfo - $(IntermediateDir)ar\$(SharedFxRid)\ + + $(IntermediateDir)ar\ + $(BaseRedistNetCorePath)$(SharedFxRid)\ + + @@ -14,9 +18,17 @@ - - - + + + + + + +