-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-685438: Sign Nuget artifacts before release #1001
SNOW-685438: Sign Nuget artifacts before release #1001
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1001 +/- ##
==========================================
- Coverage 85.68% 85.59% -0.09%
==========================================
Files 106 106
Lines 10777 10777
Branches 1032 1032
==========================================
- Hits 9234 9225 -9
- Misses 1295 1304 +9
Partials 248 248 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Signing artifacts right after they are built with Cosign. The signature files will be added to the release tag.
The signing process follow the next steps:
Checklist
dotnet test
)