Do not sign the CLI NuPkgs - they do not ship.

This commit is contained in:
jbeisner 2018-04-23 22:03:55 +00:00
parent 6d353a5963
commit 4dc5eb7320

View file

@ -109,10 +109,6 @@
<FilesToSign Include="$(PackagesDirectory)/**/*.cab">
<Authenticode>$(InternalCertificateId)</Authenticode>
</FilesToSign>
<FilesToSign Include="$(PackagesDirectory)/**/*.nupkg"
Exclude="$(PackagesDirectory)/**/*symbols.nupkg">
<Authenticode>$(NugetCertificateId)</Authenticode>
</FilesToSign>
</ItemGroup>
</Target>