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