We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4fc5c commit 9b18155Copy full SHA for 9b18155
src/SourceBuild/content/build.sh
@@ -227,6 +227,8 @@ if [[ "$test" == true ]]; then
227
targets="$targets;VSTest"
228
# Workaround for vstest hangs (https://github.com/microsoft/vstest/issues/5091) [TODO]
229
export MSBUILDENSURESTDOUTFORTASKPROCESSES=1
230
+ # Ensure all test projects share stdout (https://github.com/dotnet/source-build/issues/4635#issuecomment-2397464519)
231
+ export MSBUILDDISABLENODEREUSE=1
232
fi
233
234
function Build {
0 commit comments