dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
447 stars 84 forks source link

Fix for "treat output as directory" for multiple input files #660

Closed spilkercompra closed 3 months ago

spilkercompra commented 4 months ago

These comments in Signer.cs should be true:

// Special case if there's only one input file and the output has a value, treat it as a file [...] // See if it has a file extension and if not, treat as a directory and use the input file name [...] // if the output is specified, treat it as a directory, if not, overwrite the current file

clairernovotny commented 4 months ago

LGTM -- @dtivel?

spilkercompra commented 4 months ago

@dotnet-policy-service agree