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
Config
Configures the boostrapping process.
Record Fields
Record Field | Description |
FrameworkName
Signature: FrameworkName
|
Framework name for assembly resolution. |
IncludesFile
Signature: string
|
Full path to the auto-generated fsx file with include statements. |
NuGetCredentials
Signature: ICredentials option
|
The credentials to use when authenticating to NuGet, if any. |
NuGetDependencies
Signature: NuGetDependency list
|
List of automatically installed and NuGet dependencies. |
NuGetPackagesDirectory
Signature: string
|
Full path to the |
NuGetSourceUrl
Signature: string
|
The URL of the NuGet source to use. |
SourceDirectory
Signature: string
|
The full path to the root folder. |
Static members
Static member | Description |
Config.Default(sourceDir)
Signature: sourceDir:string -> Config
|
The default configuration for a given source directory. |