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
XpkgHelper
Contains tasks to create packages in Xamarin's xpkg format
Nested types and modules
Type | Description |
xpkgParams |
Parameter type for xpkg tasks |
Functions and values
Function or value | Description | ||
XpkgDefaults()
Signature: unit -> xpkgParams
|
Creates xpkg default parameters |
||
xpkgPack(setParams)
Signature: setParams:(xpkgParams -> xpkgParams) -> unit
|
Creates a new xpkg package based on the package file name Sample
|
||
xpkgValidate(setParams)
Signature: setParams:(xpkgParams -> xpkgParams) -> unit
|
Validates a xpkg package based on the package file name |