Configure MSBuild debug path and save any logs
authorBruce Forstall <brucefo@microsoft.com>
Tue, 5 Feb 2019 03:00:39 +0000 (19:00 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Tue, 5 Feb 2019 03:00:39 +0000 (19:00 -0800)
commitf471342cc072546edf84bb110aa3d2765ad2bb76
tree8b535f2cbe5c81b43ec9572d96abeca2938df7df
parent7e20b6fa7b2253511b6f0a7d76c955360e040df6
Configure MSBuild debug path and save any logs

We have had many problems in the CI with MSBuild failing, and not
capturing the failure logs.

See https://github.com/dotnet/coreclr/issues/20236.

So, for all msbuild invocations, set MSBUILDDEBUGPATH to a new,
distinguished, subdirectory of the bin\Logs directory, named
"MsbuildDebugLogs". Change the CI to upload any log files found
there.
build-test.cmd
build-test.sh
build.cmd
build.sh
netci.groovy
tests/runtest.cmd
tests/runtest.py