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)
644
if (Path.IsPathRooted(request.
NuspecOutputPath
))
646
packArgs.PackTargetArgs.NuspecOutputPath = request.
NuspecOutputPath
;
652
request.
NuspecOutputPath
);