From d08d2806f1a5aceb4f48fc56338a5e7244450845 Mon Sep 17 00:00:00 2001
From: Thomas Bombach <bombach.thomas@gmail.com>
Date: Tue, 31 May 2016 15:39:02 -0700
Subject: [PATCH] Changing YamlDotNet signing exception since the dll odesn't
 follow the same naming convention as Newtonsoft

---
 build.proj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.proj b/build.proj
index 4d3c319340b7a..6ba164e8a5753 100644
--- a/build.proj
+++ b/build.proj
@@ -199,7 +199,7 @@
     <Copy SourceFiles="@(DelaySignedAssembliesToValidate)" DestinationFolder="binaries\net45" Condition="$(DelaySign)" />
     <ItemGroup>
       <AfterSignedAssembliesToValidate Include="binaries\net45\*.dll;binaries\net45\*.exe"
-        Exclude="binaries\net45\Newtonsoft.*.dll;binaries\net45\YamlDotNet.*.dll" />
+        Exclude="binaries\net45\Newtonsoft.*.dll;binaries\net45\YamlDotNet.dll" />
     </ItemGroup>
     <ValidateStrongNameSignatureTask
         SdkPath="$(SdkPath)"