Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 9706863

Browse files
committed
Disabling msbuild node reuse for CLI full build.
1 parent 4883d96 commit 9706863

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

run-build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
7575
# Don't resolve shared frameworks from user or global locations
7676
$env:DOTNET_MULTILEVEL_LOOKUP=0
7777

78+
# Turn off MSBuild Node re-use
79+
$env:MSBUILDDISABLENODEREUSE=1
80+
7881
# Enable vs test console logging
7982
$env:VSTEST_BUILD_TRACE=1
8083
$env:VSTEST_TRACE_BUILD=1

run-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ export VSTEST_TRACE_BUILD=1
151151
# Don't resolve shared frameworks from user or global locations
152152
export DOTNET_MULTILEVEL_LOOKUP=0
153153

154+
# Turn off MSBuild Node re-use
155+
export MSBUILDDISABLENODEREUSE=1
156+
154157
# Install a stage 0
155158
INSTALL_ARCHITECTURE=$ARCHITECTURE
156159
archlower="$(echo $ARCHITECTURE | awk '{print tolower($0)}')"

0 commit comments

Comments
 (0)