Summary
Merges the specified assemblies.
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeRunner
Syntax
public void Merge(FilePath outputAssemblyPath, FilePath primaryAssemblyPath, IEnumerable<FilePath> assemblyPaths, ILMergeSettings settings = null)
Parameters
Name | Type | Description |
---|---|---|
outputAssemblyPath | FilePath | The output assembly path. |
primaryAssemblyPath | FilePath | The primary assembly path. |
assemblyPaths | IEnumerable |
The assembly paths. |
settings | ILMergeSettings | The settings. |
Return Value
Type | Description |
---|---|
void |