From cb5458e87062eddb224c1695b7081c41985fec10 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 14 Dec 2018 12:05:30 -0800 Subject: [PATCH] Exclude ancm.mof from code signing This file is not signable. The sign tool treats .mof as a potential signing candidate by default, even though most .mof files are not signable. --- build/CodeSign.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/CodeSign.props b/build/CodeSign.props index 5b48abcb11..c5e12409da 100644 --- a/build/CodeSign.props +++ b/build/CodeSign.props @@ -71,6 +71,9 @@ + + +