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