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
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
SolutionPackagerParams
Parameters for invoking Solution Packager
Record Fields
Record Field | Description |
Action
Signature: SolutionPackagerAction
|
Action to start, either pack or extract |
Folder
Signature: string
|
Folder for output of calls |
PackageType
Signature: PackageType
|
PackageType for packing solution, either managed, unmanaged or both |
TimeOut
Signature: TimeSpan
|
Timeout for calls |
ToolDirectory
Signature: string
|
Directory where SolutionPackager can be found |
WorkingDirectory
Signature: string
|
Working Directory for calls |
ZipFile
Signature: string
|
Path to solution that should be packed or extracted |