dotnet / sign

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

Fix completion message #637

Closed dtivel closed 12 months ago

dtivel commented 12 months ago

Resolve https://github.com/dotnet/sign/issues/636.

https://github.com/dotnet/sign/pull/611 made the completion message more generic, mainly by removing the file path. However, the change introduced a regression: by not also removing the file path format string argument, the file path still displayed, but the completion time did not.

This change removes the file path format string argument and adds tests.

CC @clairernovotny