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