You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, thanks for this great tool.
I stumbled upon a minor issue that although the tool supports wildcards (e.g. Packages/*.nupkg or Packages/*.snupkg), it is unwilling to sign both *.nupkg and *.snupkg files at the same time (Packages/*.* or Packages/*nupkg), it will only sign *.nupkg ones. This means that CI pipelines need to call the NuGetKeyVaultSignTool twice instead of once, with a ton of parameters 😉.
The text was updated successfully, but these errors were encountered:
Hi, first of all, thanks for this great tool.
I stumbled upon a minor issue that although the tool supports wildcards (e.g.
Packages/*.nupkg
orPackages/*.snupkg
), it is unwilling to sign both*.nupkg
and*.snupkg
files at the same time (Packages/*.*
orPackages/*nupkg
), it will only sign*.nupkg
ones. This means that CI pipelines need to call the NuGetKeyVaultSignTool twice instead of once, with a ton of parameters 😉.The text was updated successfully, but these errors were encountered: