This is part of the Fake.Core.DependencyManager.Paket module.
the type must take an optional output directory
Constructor | Description |
new(outputDir)
Signature: (outputDir:string option) -> PaketDependencyManager
|
|
Instance member | Description |
x.Key
Signature: string
|
Key that identifies the types of dependencies that this DependencyManager operates on
|
x.Name
Signature: string
|
Name of the dependency manager
|
x.ResolveDependencies(...)
Signature: (scriptExt:ScriptExtension * includeLines:HashRLines * tfm:TFM) -> obj
|
Resolve the dependencies, for the given set of arguments, go find the .dll references, scripts and additional include values.
|