Hello,
I’m using the Windows executer as a part of my workflow to build, sign and deploy a NuGet package.
When running a variation of the following command:
nuget.exe sign .\my-unsigned.nupkg -CertificatePath .\nuget-signing-cert.p12 -CertificatePassword -Timestamper http://timestamp.comodoca.com
I’m getting this error before it returns:
“Keyset does not exist”
Doing the exact same thing on a local Windows VM works just fine and ends with: “Package(s) signed successfully”
I’m not sure, but my guess is that it’s somehow relates to system permissions.
Would appreciate anyone’s help!