9 references to RelativePath
Microsoft.NET.Build.Tasks (9)
GenerateBundle.cs (1)
134
bundleRelativePath: item.GetMetadata(MetadataKeys.
RelativePath
)));
GetPublishItemsOutputGroupOutputs.cs (2)
29
newItem.SetMetadata(metadataName: MetadataKeys.TargetPath, metadataValue: r.GetMetadata(MetadataKeys.
RelativePath
));
30
newItem.SetMetadata(metadataName: "OutputPath", (PublishDir ?? "") + r.GetMetadata(MetadataKeys.
RelativePath
));
PrepareForReadyToRunCompilation.cs (6)
169
var outputR2RImageRelativePath = file.GetMetadata(MetadataKeys.
RelativePath
);
290
r2rSymbolsFileToPublish.SetMetadata(MetadataKeys.
RelativePath
, outputPDBImageRelativePath);
303
MainAssembly.SetMetadata(MetadataKeys.
RelativePath
, Path.GetFileName(MainAssembly.ItemSpec));
305
var compositeR2RImageRelativePath = MainAssembly.GetMetadata(MetadataKeys.
RelativePath
);
344
r2rSymbolsFileToPublish.SetMetadata(MetadataKeys.
RelativePath
, compositePDBRelativePath);
383
r2rFileToPublish.SetMetadata(MetadataKeys.
RelativePath
, r2rFinalImageRelativePath);