Rollback of Signed NuGet Package Validation #4006
mthalman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Rollback of Signed NuGet Package Validation
The changes previously announced to enable signed NuGet package validation by default in the .NET 6
sdk
images is being rolled back due to unexpected validation issues.Details
#4001
This change affects all .NET 6 Linux-based
sdk
images. By default, all floating tags, like6.0
will have this configuration rollback applied. If you're using a patch version in your tag, such as6.0.400-alpine
, you'll need to explicitly opt into this rollback by appending a-1
suffix to the version (e.g.6.0.400-1-alpine
).Please follow NuGet/Home#12017 for more information regarding the NuGet validation issue.
Beta Was this translation helpful? Give feedback.
All reactions