3 references to OutputPath
Microsoft.NET.Build.Tasks (3)
ProduceContentAssets.cs (2)
219
string outputPath = contentFile.GetMetadata(MetadataKeys.
OutputPath
);
233
Log.LogWarning(Strings.ContentItemDoesNotProvideOutputPath, pathToFinalAsset, MetadataKeys.CopyToOutput, MetadataKeys.
OutputPath
, MetadataKeys.PPOutputPath);
ResolvePackageAssets.cs (1)
1244
WriteMetadata(MetadataKeys.
OutputPath
, asset.OutputPath);