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