5 references to OutputPath
Microsoft.NET.Build.Tasks (5)
PrepareForReadyToRunCompilation.cs (5)
170var outputR2RImage = Path.Combine(OutputPath, outputR2RImageRelativePath); 250r2rFileToPublish.ItemSpec = Path.Combine(OutputPath, Path.GetFileName(outputR2RImageRelativePath)); 259r2rFileToPublish.ItemSpec = Path.Combine(OutputPath, Path.GetFileName(outputR2RImageRelativePath)); 375intermediateR2RImage = Path.Combine(OutputPath, r2rImageRelativePath); 376var r2rImageFinal = Path.Combine(OutputPath, r2rFinalImageRelativePath);