Skip to content

Commit b96b290

Browse files
authored
make support for Artifactory more generalized (#446)
1 parent ea460f2 commit b96b290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code/FindHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public IEnumerable<PSResourceInfo> SearchFromRepository(
165165
}
166166

167167
// check if ADOFeed- for which searching for Name with wildcard has a different logic flow
168-
if (repositoryUrl.ToString().Contains("pkgs.visualstudio.com"))
168+
if (repositoryUrl.ToString().Contains("pkgs."))
169169
{
170170
_isADOFeedRepository = true;
171171
}

0 commit comments

Comments
 (0)