mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C#: Add '-DisableParallelProcessing' flag to nuget restore in Autobuilder
This commit is contained in:
@@ -53,6 +53,7 @@ namespace Semmle.Autobuild.Shared
|
||||
RunCommand(nuget).
|
||||
Argument("restore").
|
||||
QuoteArgument(projectOrSolution.FullPath).
|
||||
Argument("-DisableParallelProcessing").
|
||||
Script;
|
||||
var nugetRestore = GetNugetRestoreScript();
|
||||
var msbuildRestoreCommand = new CommandBuilder(builder.Actions).
|
||||
|
||||
Reference in New Issue
Block a user