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, BitDifferSettings settings)
Examples
var settings = new BitDifferSettings {
PreviousAssemblyFile = "./Version1/MyAsembly.dll",
CurrentAssemblyFile = "./Version2/MyAssembly.dll"
};
BitDiffer(settings);
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake context |
settings |
BitDifferSettings |
Settings for BitDiffer |
Return Value