admin管理员组

文章数量:1122832

I'm new to this, so please bear with me. I couldn't find documentation on my question:

I'd like to build a .NET project on GitHub or GitLab using CI/CD and have it published to NuGet.

Is it required to provide a CodeSigning certificate for being able to publish to NuGet?

If so, my CodeSigning certificate will be stored on a USB token stick and, AFAIK, the private key must/can not leave the stick.

How would I have my .NET project getting signed using my future CodeSigning certificate on GitHub/GitLab CI/CD? What are the steps required?

本文标签: How do I sign NuGet package built by CICD (eg GitHub or GitLab)Stack Overflow