Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Fake.Boot is no longer supported

Config

Configures the boostrapping process.

Record Fields

Record FieldDescription
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 packages directory for storing NuGet packages.

NuGetSourceUrl
Signature: string

The URL of the NuGet source to use.

SourceDirectory
Signature: string

The full path to the root folder.

Static members

Static memberDescription
Config.Default(sourceDir)
Signature: sourceDir:string -> Config

The default configuration for a given source directory.