We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea460f2 commit b96b290Copy full SHA for b96b290
src/code/FindHelper.cs
@@ -165,7 +165,7 @@ public IEnumerable<PSResourceInfo> SearchFromRepository(
165
}
166
167
// check if ADOFeed- for which searching for Name with wildcard has a different logic flow
168
- if (repositoryUrl.ToString().Contains("pkgs.visualstudio.com"))
+ if (repositoryUrl.ToString().Contains("pkgs."))
169
{
170
_isADOFeedRepository = true;
171
0 commit comments