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
When update-packages is used to update packages from a private feed to their latest versions, the underlying dotnet add package call will return 401 unauthorized if it is called without the --interactive switch. To support updating from both authenticated and unauthenticated feeds, I think extending the update-packages function with an additional optional parameter that toggles the --interactive switch would be very useful.
(I can make a PR with the change if that's okay).
The text was updated successfully, but these errors were encountered:
Hi,
When update-packages is used to update packages from a private feed to their latest versions, the underlying dotnet add package call will return 401 unauthorized if it is called without the --interactive switch. To support updating from both authenticated and unauthenticated feeds, I think extending the update-packages function with an additional optional parameter that toggles the --interactive switch would be very useful.
(I can make a PR with the change if that's okay).
The text was updated successfully, but these errors were encountered: