5 references to _packageDestinations
Microsoft.DotNet.Build.Tasks.Packaging (5)
GetPackageDestination.cs (5)
124
if (
_packageDestinations
.Count == 0)
130
PackageDestinations =
_packageDestinations
.ToArray();
147
_packageDestinations
.Add(CreatePackageDestination(path.ToString(), fx));
154
_packageDestinations
.Add(CreatePackageDestination($"lib/{fx}", fx));
159
_packageDestinations
.Add(CreatePackageDestination($"ref/{fx}", fx));