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
CreateProcess
Extensions to CreateProcess
.
Functions and values
Function or value | Description | ||
withFramework(c)
Signature: c:CreateProcess<'a> -> CreateProcess<'a>
Type parameters: 'a |
Ensures the executable is run with the full framework. On non-windows platforms that means running the tool by invoking 'mono'. Example
val ignore : value:'T -> unit
|