We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63d742 commit b89af4dCopy full SHA for b89af4d
src/ArtifactoryUploader/JfrogRepoUpdater.cs
@@ -27,7 +27,7 @@ public static async Task<Bom> UpdateJfrogRepoPathForSucessfullyUploadedItems(Bom
27
// Get details of sucessfully uploaded packages
28
List<ComponentsToArtifactory> uploadedPackages = PackageUploadInformation.GetUploadePackageDetails(displayPackagesInfo);
29
30
- // Get the details of all the dest repo names from jfrog at once
+ // Get the details of all the dest repo names from jfrog at once.
31
List<string> destRepoNames = uploadedPackages?.Select(x => x.DestRepoName).Distinct().ToList() ?? new List<string>();
32
List<AqlResult> jfrogPackagesListAql = await GetJfrogRepoInfoForAllTypePackages(destRepoNames);
33
0 commit comments