Skip to content

Commit cc17fb5

Browse files
committed
add comment
1 parent 5e44946 commit cc17fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/code/LocalServerApiCalls.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ private FindResults FindVersionHelper(string packageName, string version, string
387387
return findResponse;
388388
}
389389

390+
// this regex pattern matches packageName followed by the requested version
390391
string regexPattern = $"{packageName}.{requiredVersion.ToNormalizedString()}" + @".nupkg";
391392
Regex rx = new Regex(regexPattern, RegexOptions.Compiled | RegexOptions.IgnoreCase);
392393
_cmdletPassedIn.WriteDebug($"pattern is: {regexPattern}");

0 commit comments

Comments
 (0)