4 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)
1159
WriteMetadata(MetadataKeys.
OutputPath
, asset.OutputPath);
Microsoft.NET.Build.Tasks.UnitTests (1)
GivenAProduceContentsAssetsTask.cs (1)
506
{ MetadataKeys.
OutputPath
, outputPath },