Skip to content
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

Add an ENV Variable for Package Signing Verification on .NET 5+ Linux/MAC #10742

Closed
erdembayar opened this issue Apr 8, 2021 · 0 comments · Fixed by NuGet/NuGet.Client#3986
Closed
Assignees

Comments

@erdembayar
Copy link
Contributor

erdembayar commented Apr 8, 2021

Details about Problem

NuGet product used (NuGet.exe | dotnet.exe):

Product version:

Worked before? If so, with which NuGet version: N/A

Repro steps and/or sample project

Add an environment variable to opt-in to the package signing verification on .NET 5.
Env var name is DOTNET_NUGET_SIGNATURE_VERIFICATION and to enable it set value to TRUE. Please note both env var name and value are case sensitive, must be all capital letters.
This is to provide an opt-in / troubleshooting experience for Mac/Linux based on the reversion of:
NuGet/NuGet.Client#3979
We intend this ENV for testing and don't guarantee compatibility.

Verbose Logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants