unosquare / embedio

A tiny, cross-platform, module based web server for .NET
http://unosquare.github.io/embedio
Other
1.47k stars 176 forks source link

[ADD] Signing configuration to use PFX when file is presented #375

Closed geoperez closed 5 years ago

rdeago commented 5 years ago

Bear with me, I'm on mobile. Code looks fine. I'd add a safety check:

<Target Name="CheckPfx" BeforeTargets="Push">
  <Error Condition="Not Exists('NuGetSigning.pfx')" Text="Missing signature file." />
</Target>
geoperez commented 5 years ago

I don't use the target publish. I don't think I need this Check.