9 references to RelativePath
Microsoft.NET.Build.Tasks (9)
GenerateBundle.cs (1)
93
bundleRelativePath: item.GetMetadata(MetadataKeys.
RelativePath
)));
GetPublishItemsOutputGroupOutputs.cs (2)
28
newItem.SetMetadata(metadataName: MetadataKeys.TargetPath, metadataValue: r.GetMetadata(MetadataKeys.
RelativePath
));
29
newItem.SetMetadata(metadataName: "OutputPath", (PublishDir ?? "") + r.GetMetadata(MetadataKeys.
RelativePath
));
PrepareForReadyToRunCompilation.cs (6)
165
var outputR2RImageRelativePath = file.GetMetadata(MetadataKeys.
RelativePath
);
264
r2rSymbolsFileToPublish.SetMetadata(MetadataKeys.
RelativePath
, outputPDBImageRelativePath);
277
MainAssembly.SetMetadata(MetadataKeys.
RelativePath
, Path.GetFileName(MainAssembly.ItemSpec));
279
var compositeR2RImageRelativePath = MainAssembly.GetMetadata(MetadataKeys.
RelativePath
);
320
r2rSymbolsFileToPublish.SetMetadata(MetadataKeys.
RelativePath
, compositePDBRelativePath);
339
compositeR2RFileToPublish.SetMetadata(MetadataKeys.
RelativePath
, compositeR2RImageRelativePath);