2 implementations of NuspecOutputPath
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
78public string NuspecOutputPath { get; set; }
PackTaskRequest.cs (1)
37public string NuspecOutputPath { get; set; }
3 references to NuspecOutputPath
NuGet.Build.Tasks.Pack (3)
PackTaskLogic.cs (3)
644if (Path.IsPathRooted(request.NuspecOutputPath)) 646packArgs.PackTargetArgs.NuspecOutputPath = request.NuspecOutputPath; 652request.NuspecOutputPath);