3 references to PackageId
Microsoft.DotNet.Build.Tasks.Packaging (3)
GetPackageDescription.cs (3)
47
if (String.IsNullOrEmpty(
PackageId
))
75
descriptionTable.TryGetValue(
PackageId
, out description);
80
Log.LogError("Unable to find description for package {0}",
PackageId
);