Improve instructions for setting up NuGet registry
What does this MR do and why?
The current instructions for setting up things via .NET CLI don't actually use the .NET CLI, so I changed them to do that.
The existing approach with the configuration file is still valid and useful, but it suggests users to put credentials in a source control-managed file, so I changed it a bit to take credentials from environment variables.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Florian Greinacher