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.DotNetVersionDetector.
Summary
Runs .Net Version Detector, and outputs to specified output FilePath with the specified DotNetVersionDetectorSettings.
Syntax
public static void DotNetVersionDetector(this ICakeContext context, FilePath outputFilePath, DotNetVersionDetectorSettings settings)
Examples
DotNetVersionDetector("c:/temp/output.txt", new DotNetVersionDetectorSettings()
{
Extended = true
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
outputFilePath |
FilePath |
The output file path. |
settings |
DotNetVersionDetectorSettings |
The settings. |
Return Value