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