Skip to content

Commit 9b18155

Browse files
authored
source-build: ensure stdout for all test projects. (#43974)
1 parent 4e4fc5c commit 9b18155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SourceBuild/content/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ if [[ "$test" == true ]]; then
227227
targets="$targets;VSTest"
228228
# Workaround for vstest hangs (https://github.com/microsoft/vstest/issues/5091) [TODO]
229229
export MSBUILDENSURESTDOUTFORTASKPROCESSES=1
230+
# Ensure all test projects share stdout (https://github.com/dotnet/source-build/issues/4635#issuecomment-2397464519)
231+
export MSBUILDDISABLENODEREUSE=1
230232
fi
231233

232234
function Build {

0 commit comments

Comments
 (0)