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