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.BitDiffer.
Summary
Compare assemblies with BitDiffer
Syntax
public static BitDifferResult BitDiffer(this ICakeContext context, Action<BitDifferSettings> settings)
Examples
BitDiffer(options => {
options.PreviousAssemblyFile = "./Version1/MyAsembly.dll";
options.CurrentAssemblyFile = "./Version2/MyAssembly.dll"
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake context |
settings |
Action<BitDifferSettings> |
Action to generate settings |
Return Value