mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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.
|
// Set the .NET CLI language to English to avoid localized output.
|
||||||
startInfo.EnvironmentVariables["DOTNET_CLI_UI_LANGUAGE"] = "en";
|
startInfo.EnvironmentVariables["DOTNET_CLI_UI_LANGUAGE"] = "en";
|
||||||
|
startInfo.EnvironmentVariables["MSBUILDDISABLENODEREUSE"] = "1";
|
||||||
|
startInfo.EnvironmentVariables["DOTNET_SKIP_FIRST_TIME_EXPERIENCE"] = "true";
|
||||||
return startInfo;
|
return startInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user