2 references to PackageOutputPath
NuGet.Build.Tasks.Pack (2)
GetPackOutputItemsTask.cs (2)
60
outputs.Add(new TaskItem(Path.Combine(
PackageOutputPath
, nupkgFileName)));
68
outputs.Add(new TaskItem(Path.Combine(
PackageOutputPath
, nupkgSymbolsFileName)));