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
As a side note: The password should be stored encrypted in the nuget.config file. Providing an additional argument -AsPlainText, however, the credentials should be stored unencrypted, in plain text.
Current Behavior
When I enter …
… no credentials are getting saved to the
nuget.config
file.Expected Behavior
If the
Credential
argument is provided withProviderName
being "NuGet",Register-PackageSource
should save provided credentials tonuget.config
file.The text was updated successfully, but these errors were encountered: