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
BuildParams
DotNet build parameters
Record Fields
Record Field | Description |
AdditionalArgs
Signature: string list
|
Additional Args |
Configuration
Signature: string
|
The build configuration. |
Framework
Signature: string
|
Allows to build for a specific framework |
Output
Signature: string
|
Optional outputh path |
Project
Signature: string
|
Project (optional). |
Runtime
Signature: string
|
Allows to build for a specific runtime |
TimeOut
Signature: TimeSpan
|
A timeout for the command. |
ToolPath
Signature: string
|
ToolPath - usually just "dotnet" |
WorkingDir
Signature: string
|
Working directory (optional). |