mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Add more logging
This commit is contained in:
@@ -104,7 +104,8 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
public bool Exec(string execArgs)
|
||||
{
|
||||
var args = $"exec {execArgs}";
|
||||
return RunCommandSilently(args);
|
||||
//return RunCommandSilently(args);
|
||||
return RunCommand(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,6 +62,8 @@ namespace Semmle.Extraction.CSharp.Standalone
|
||||
{
|
||||
GenerateAnalyzerConfig(cshtmls, analyzerConfig);
|
||||
|
||||
progressMonitor.LogInfo($"Analyzer config content: {File.ReadAllText(analyzerConfig)}");
|
||||
|
||||
var args = new StringBuilder();
|
||||
args.Append($"/target:exe /generatedfilesout:\"{outputFolder}\" /out:\"{dllPath}\" /analyzerconfig:\"{analyzerConfig}\" ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user