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.CodeQL.Cli.
Summary
Installs CodeQL on the host agent.
Syntax
public static void CodeQLInstall(this ICakeContext context, CodeQLInstallToolSettings settings)
Examples
//Example of C# compiled language
CodeQLInstall(context, nnew CodeQLInstallToolSettings
{
Force = false,
WorkingDirectory = "./",
InstallDirectory = "./tools/codeql"
}/
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Return Value