You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NuGetPackageSourceCredentials_{key} environment variables are a great way to pass source credentials in CI/CD pipelines, however it only accepts Username and Password currently. If NuGet repository is configured to require MFA or SSO this fails. This also fails when user password rotation is in place. It would be more appropriate and secure to allow API keys in these variables.