diff --git a/eng/Build.ps1 b/eng/Build.ps1 index 01ff6313626..ad397df6acb 100644 --- a/eng/Build.ps1 +++ b/eng/Build.ps1 @@ -165,8 +165,6 @@ function Process-Arguments() { $script:useGlobalNugetCache = $False } - $script:nodeReuse = $False; - if ($testAll) { $script:testDesktop = $True $script:testCoreClr = $True diff --git a/eng/build.sh b/eng/build.sh index 7e0d6dd2a87..540e9c14e5f 100755 --- a/eng/build.sh +++ b/eng/build.sh @@ -303,9 +303,6 @@ function BuildSolution { quiet_restore=true fi - # Node reuse fails because multiple different versions of FSharp.Build.dll get loaded into MSBuild nodes - node_reuse=false - # build bootstrap tools # source_build=In source build proto does no work, except cause sourcebuild in wrapper to build bootstrap_dir=$artifacts_dir/Bootstrap