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.ExcelDnaPack.
Summary
Run the ExcelDnaPack tool with default settings.
Syntax
public static void ExcelDnaPack(this ICakeContext context, FilePath dnaFilePath)
Examples
ExcelDnaPack("MyAddin.dna");
// ...
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| dnaFilePath |
FilePath |
The path to the primary .dna file for the Excel-DNA add-in. |
Return Value