Skip to content

Commit

Permalink
Changing YamlDotNet signing exception since the dll odesn't follow th…
Browse files Browse the repository at this point in the history
…e same naming convention as Newtonsoft
  • Loading branch information
tbombach committed May 31, 2016
1 parent f764ac5 commit d08d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit d08d280

Please sign in to comment.