1 write to PPOutputPath
NuGet.Commands (1)
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
253lockFileItem.PPOutputPath = destination;
3 references to PPOutputPath
Microsoft.NET.Build.Tasks (2)
ResolvePackageAssets.cs (2)
1156filter: asset => !string.IsNullOrEmpty(asset.PPOutputPath), 1161WriteMetadata(MetadataKeys.PPOutputPath, asset.PPOutputPath);
NuGet.Commands (1)
RestoreCommand\Utility\BuildAssetsUtils.cs (1)
275var outputPath = item.OutputPath ?? item.PPOutputPath;