Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions eng/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ function Process-Arguments() {
$script:useGlobalNugetCache = $False
}

$script:nodeReuse = $False;

if ($testAll) {
$script:testDesktop = $True
$script:testCoreClr = $True
Expand Down
3 changes: 0 additions & 3 deletions eng/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading