From 289050b9f2f208dce4bd2707456269b61e1822bd Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 14 Nov 2018 15:14:27 -0800 Subject: [PATCH] Normalize code sign metadata to avoid duplication between projects and cross-gen config settings --- build/CodeSign.targets | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/CodeSign.targets b/build/CodeSign.targets index a7ad37a754..13d89fc64f 100644 --- a/build/CodeSign.targets +++ b/build/CodeSign.targets @@ -52,11 +52,17 @@ <_FilesToSign Include="@(_ShippedRepoFileSignInfo)" Condition="'%(_ShippedRepoFileSignInfo.IsFileToSign)' == 'true' AND '%(_ShippedRepoFileSignInfo.Container)' != '' " /> + + <_Temp Remove="@(_Temp)" /> + <_Temp Include="@(FilesToExcludeFromSigning)" /> + + + <_Temp Remove="@(_Temp)" /> + -