2 implementations of PackageOutputPath
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
59public string PackageOutputPath { get; set; }
PackTaskRequest.cs (1)
41public string PackageOutputPath { get; set; }
1 reference to PackageOutputPath
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
37OutputDirectory = request.PackageOutputPath,