MyGet / webhooks-sign-package

Library and web project that can sign NuGet packages, for example triggered by MyGet Webhooks
Apache License 2.0
11 stars 12 forks source link

updated the "outputPath" in the method SigningHelper.SignAssembly met… #6

Closed nathanpickett closed 6 years ago

nathanpickett commented 6 years ago

…hod to just send the full directory path rather than the full file path as Directory.CreateDirectory was failing within SignAssembly method.

Per MyGet ticket 3109, here is a suggested update.