ILRepackRunner.

Merge(FilePath, FilePath, IEnumerable<FilePath>, ILRepackSettings) Method

Summary

Merges the specified assemblies.
Namespace
Cake.Common.Tools.ILRepack
Containing Type
ILRepackRunner

Syntax

public void Merge(FilePath outputAssemblyPath, FilePath primaryAssemblyPath, IEnumerable<FilePath> assemblyPaths, ILRepackSettings settings = null)

Parameters

Name Type Description
outputAssemblyPath FilePath The output assembly path.
primaryAssemblyPath FilePath The primary assembly path.
assemblyPaths IEnumerable<FilePath> The assembly paths.
settings ILRepackSettings The settings.

Return Value

Type Description
void