This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.ExtendedNuGet.
Summary
NuGet project dependencies.
Syntax
public static IEnumerable<PackageReference> GetPackageReferences(this ICakeContext context, DirectoryPath path)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context .
|
path |
DirectoryPath |
A relative DirectoryPath where packages.config resides.
|
Return Value