mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Disable msbuild node reuse in dependency fetcher
This commit is contained in:
@@ -31,6 +31,8 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
};
|
||||
// Set the .NET CLI language to English to avoid localized output.
|
||||
startInfo.EnvironmentVariables["DOTNET_CLI_UI_LANGUAGE"] = "en";
|
||||
startInfo.EnvironmentVariables["MSBUILDDISABLENODEREUSE"] = "1";
|
||||
startInfo.EnvironmentVariables["DOTNET_SKIP_FIRST_TIME_EXPERIENCE"] = "true";
|
||||
return startInfo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user