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
Will no longer be available in dotnetcore, target package is currently unknown
MachineDetails
A record which allows to display lots of machine specific information like machine name, processor count etc.
Record Fields
Record Field | Description |
AgentVersion
Signature: string
|
|
DriveInfo
Signature: seq<string>
|
|
Is64bit
Signature: bool
|
|
MachineName
Signature: string
|
|
NETFrameworks
Signature: seq<string>
|
|
OperatingSystem
Signature: string
|
|
ProcessorCount
Signature: int
|
|
UserDomainName
Signature: string
|