mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Add /nodeReuse:false to autobuild build command
This commit is contained in:
@@ -272,7 +272,8 @@ namespace Semmle.Autobuild.CSharp
|
||||
var build = new CommandBuilder(builder.Actions, null, environment);
|
||||
var script = build.RunCommand(DotNetCommand(builder.Actions, dotNetPath)).
|
||||
Argument("build").
|
||||
Argument("--no-incremental");
|
||||
Argument("--no-incremental").
|
||||
Argument("/nodeReuse:false");
|
||||
|
||||
return
|
||||
script.Argument(builder.Options.DotNetArguments).
|
||||
|
||||
Reference in New Issue
Block a user