mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Disable msbuild node reuse in autobuild
This commit is contained in:
@@ -94,6 +94,7 @@ namespace Semmle.Autobuild.CSharp
|
||||
env = new Dictionary<string, string>{
|
||||
{ "DOTNET_MULTILEVEL_LOOKUP", "false" }, // prevent look up of other .NET Core SDKs
|
||||
{ "DOTNET_SKIP_FIRST_TIME_EXPERIENCE", "true" },
|
||||
{ "MSBUILDDISABLENODEREUSE", "1" },
|
||||
{ "PATH", installDir + delim + path }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user