2 implementations of RestoreOutputPath
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
50
public string
RestoreOutputPath
{ get; set; }
PackTaskRequest.cs (1)
57
public string
RestoreOutputPath
{ get; set; }
2 references to RestoreOutputPath
NuGet.Build.Tasks.Pack (2)
PackTaskLogic.cs (2)
113
var assetsFilePath = Path.Combine(request.
RestoreOutputPath
, LockFileFormat.AssetsFileName);
349
string assetsFilePath = Path.Combine(request.
RestoreOutputPath
, LockFileFormat.AssetsFileName);