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
Previously, when matching to an authenticated source that uses
credentials, Chocolatey used the first source it found, even if there
may have been multiple sources. Instead build a list of candidate
sources by matching host (base url), and if multiple sources are found,
then match against the full source url for a match. If that
fails, fall back to the previous behavior of using the first found
source.
What You Are Seeing?
Add two authenticated sources with the same base url
eg: https://internal.location/repo1 / https://internal.location/repo2
What is Expected?
That you can query and receive packages from each of those sources.
How Did You Get This To Happen? (Steps to Reproduce)
It only returns packages from the first source.
The text was updated successfully, but these errors were encountered: