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