NuGetSigner ignores SignAsync return value #798
Labels
area-nuget
Related to NuGet signing
area-vsix
Related to VSIX signing
bug
Priority:1
Work that is critical for the release, but we could probably ship without
When signing a nupkg fails,
RetryingSigner.SignAsync
returns false.However, the
NuGetSigner
(subclass) which calls this function ignores the result.As a result, the sign tool exits with exit code
0
and the caller does not know that signing has failed.The text was updated successfully, but these errors were encountered: