5 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)
1158
WriteMetadata(MetadataKeys.
PPOutputPath
, asset.PPOutputPath);
Microsoft.NET.Build.Tasks.UnitTests (1)
GivenAProduceContentsAssetsTask.cs (1)
502
{ MetadataKeys.
PPOutputPath
, ppOutputPath },