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.SmartAssembly.
Summary
Edits a SmartAssembly project.
Syntax
public static void SmartAssemblyEdit(this ICakeContext context, FilePath project, SmartAssemblySettings settings, params AssemblyOptionSettings[] args)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
project |
FilePath |
The SmartAssembly project. |
settings |
SmartAssemblySettings |
The settings. |
args |
AssemblyOptionSettings[] |
The per-assembly settings. |
Return Value