Closed geoperez closed 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>
I don't use the target publish. I don't think I need this Check.
Bear with me, I'm on mobile. Code looks fine. I'd add a safety check: