3 references to Parts
Microsoft.DotNet.NuGetRepack.Tasks (3)
src\ReplacePackageParts.cs (3)
79
int partCount =
Parts
?.Length ?? 0;
83
Log.LogError($"{nameof(
Parts
)} and {nameof(ReplacementFiles)} lists must have the same length.");
91
var partUri =
Parts
[i].Replace('\\', '/');