mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
C#: Remove unused parameter in DownloadMissingPackages.
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Semmle.BuildAnalyser
|
||||
{
|
||||
Restore(solutions);
|
||||
Restore(allProjects);
|
||||
DownloadMissingPackages(allProjects);
|
||||
DownloadMissingPackages();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -330,7 +330,7 @@ namespace Semmle.BuildAnalyser
|
||||
}
|
||||
|
||||
|
||||
private void DownloadMissingPackages(IEnumerable<string> restoreTargets)
|
||||
private void DownloadMissingPackages()
|
||||
{
|
||||
var nugetConfigs = GetFiles("nuget.config", recurseSubdirectories: true).ToArray();
|
||||
string? nugetConfig = null;
|
||||
|
||||
Reference in New Issue
Block a user