1 write to Parts
Microsoft.DotNet.NuGetRepack.Tests (1)
ReplacePackagePartsTests.cs (1)
32
Parts
= new[] { "tools/EmptyBinary.dll" },
4 references to Parts
Microsoft.DotNet.NuGetRepack.Tasks (4)
src\ReplacePackageParts.cs (4)
58
/// Each item of <see cref="ReplacementFiles"/> corresponds to an item of <see cref="
Parts
"/> array.
88
int partCount =
Parts
?.Length ?? 0;
92
Log.LogError($"{nameof(
Parts
)} and {nameof(ReplacementFiles)} lists must have the same length.");
100
var partUri =
Parts
[i].Replace('\\', '/');