4 references to PPOutputPath
Microsoft.NET.Build.Tasks (4)
ProduceContentAssets.cs (3)
192!string.IsNullOrEmpty(contentFile.GetMetadata(MetadataKeys.PPOutputPath)); 198string ppOutputPath = contentFile.GetMetadata(MetadataKeys.PPOutputPath); 233Log.LogWarning(Strings.ContentItemDoesNotProvideOutputPath, pathToFinalAsset, MetadataKeys.CopyToOutput, MetadataKeys.OutputPath, MetadataKeys.PPOutputPath);
ResolvePackageAssets.cs (1)
1243WriteMetadata(MetadataKeys.PPOutputPath, asset.PPOutputPath);