5 references to _packageDestinations
Microsoft.DotNet.Build.Tasks.Packaging (5)
GetPackageDestination.cs (5)
125
if (
_packageDestinations
.Count == 0)
131
PackageDestinations =
_packageDestinations
.ToArray();
148
_packageDestinations
.Add(CreatePackageDestination(path.ToString(), fx));
155
_packageDestinations
.Add(CreatePackageDestination($"lib/{fx}", fx));
160
_packageDestinations
.Add(CreatePackageDestination($"ref/{fx}", fx));