This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.VSforMac.
Summary
Creates a package from an add-in configuration file, output to the specified directory.
- Assembly
- Cake
.Xamarin .dll - Namespace
- Cake
.Xamarin - Containing Type
- VSToolSetupRunner
Syntax
public void Pack(FilePath addinFile, DirectoryPath outputDirectory)
Parameters
Name | Type | Description |
---|---|---|
addinFile | FilePath | The addin file. |
outputDirectory | DirectoryPath | The target directory for the package. |
Return Value
Type | Description |
---|---|
void |