Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
Install
Contains tasks for installing NuGet packages using the nuget.exe install command.
Nested types and modules
Type | Description |
NugetInstallParams |
Nuget install parameters. |
NugetInstallVerbosity |
Nuget install verbosity mode. |
Functions and values
Function or value | Description |
NugetInstall setParams packageName
Signature: setParams:(NugetInstallParams -> NugetInstallParams) -> packageName:string -> unit
|
Installs the given package. Parameters
|
NugetInstallDefaults
Signature: NugetInstallParams
|
Parameter default values. |