We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06334ee + 4608550 commit 1478709Copy full SHA for 1478709
csharp/autobuilder/Semmle.Autobuild.CSharp/DotNetRule.cs
@@ -94,6 +94,7 @@ public static BuildScript WithDotNet(IAutobuilder<AutobuildOptionsShared> builde
94
env = new Dictionary<string, string>{
95
{ "DOTNET_MULTILEVEL_LOOKUP", "false" }, // prevent look up of other .NET Core SDKs
96
{ "DOTNET_SKIP_FIRST_TIME_EXPERIENCE", "true" },
97
+ { "MSBUILDDISABLENODEREUSE", "1" },
98
{ "PATH", installDir + delim + path }
99
};
100
}
0 commit comments