2 implementations of NuspecBasePath
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
83
public string
NuspecBasePath
{ get; set; }
PackTaskRequest.cs (1)
47
public string
NuspecBasePath
{ get; set; }
1 reference to NuspecBasePath
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
42
BasePath = request.
NuspecBasePath
,