We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1c773 commit c28d198Copy full SHA for c28d198
src/CodeQLToolkit.Features/CodeQL/Commands/Targets/InstallCommand.cs
@@ -29,6 +29,7 @@ public override void Run()
29
Log<InstallCommand>.G().LogInformation($"Installing CodeQL...");
30
installation.Install();
31
32
+
33
// set the environment variable
34
Log<InstallCommand>.G().LogInformation($"Setting QLT_CODEQL_HOME to {installation.CodeQLHome}...");
35
Log<InstallCommand>.G().LogInformation($"Setting QLT_CODEQL_PATH to {installation.CodeQLToolBinary}...");
0 commit comments