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.
Syntax
public static void DotNetVersionDetector(this ICakeContext context, FilePath outputFilePath)
Examples
DotNetVersionDetector("c:/temp/output.txt");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
outputFilePath |
FilePath |
The output file path. |
Return Value