1 write to OutputPath
NuGet.Commands (1)
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
231lockFileItem.OutputPath = destination;
2 references to OutputPath
Microsoft.NET.Build.Tasks (1)
ResolvePackageAssets.cs (1)
1162WriteMetadata(MetadataKeys.OutputPath, asset.OutputPath);
NuGet.Commands (1)
RestoreCommand\Utility\BuildAssetsUtils.cs (1)
258var outputPath = item.OutputPath ?? item.PPOutputPath;