VSToolSetupRunner.

Pack(FilePath, DirectoryPath) Method

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