CodeQLCreateDatabaseToolSettings.

BuildCommand Property

Summary

Recommended. Use to specify the build command or script that invokes the build process for the codebase. Commands are run from the current folder or, where it is defined, from --source-root. Not needed for Python and JavaScript/TypeScript analysis.

Syntax

public string BuildCommand { get; set; }

Value

Type Description
string