3 references to PathsToInclude
Microsoft.DotNet.Build.Tasks.Packaging (3)
HarvestPackage.cs (3)
319
Log.LogMessage(LogImportance.Low, $"Excluding package path {harvestPackagePath} because it is not included in {nameof(
PathsToInclude
)}.");
458
Log.LogError($"Path '{pathNotIncluded}' was specified in {nameof(
PathsToInclude
)} but was not found in the package {PackageId}/{PackageVersion}.");
522
_pathsToInclude =
PathsToInclude
.NullAsEmpty().ToDictionary(i => NormalizePath(i.ItemSpec), i=> i, StringComparer.OrdinalIgnoreCase);