mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Add todo comment
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Semmle.BuildAnalyser
|
||||
{
|
||||
try
|
||||
{
|
||||
// TODO: make sure the below `dotnet` version is matching the one specified in global.json
|
||||
progressMonitor.RunningProcess("dotnet --info");
|
||||
using var proc = Process.Start("dotnet", "--info");
|
||||
proc.WaitForExit();
|
||||
|
||||
Reference in New Issue
Block a user