Skip to content

Commit

Permalink
Merge pull request Azure#1107 from tbombach/master
Browse files Browse the repository at this point in the history
Changing YamlDotNet signing exception
  • Loading branch information
tbombach committed May 31, 2016
2 parents 4f80e3e + d08d280 commit 09341fd
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 09341fd

Please sign in to comment.