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.PinNuGetDependency.
Summary
Pin NuGet Dependencies based on identifier.
Syntax
public static void PinNuGetDependency(this ICakeContext context, FilePath filePath, string dependancyIdentifier)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
filePath |
FilePath |
Path to the nupkg file. |
dependancyIdentifier |
string |
Dependency identifier. |
Return Value